@Stability(value=Stable) public static final class CfnIdentityPoolRoleAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentityPoolRoleAttachmentProps>
CfnIdentityPoolRoleAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIdentityPoolRoleAttachmentProps |
build()
Builds the configured instance.
|
CfnIdentityPoolRoleAttachmentProps.Builder |
identityPoolId(String identityPoolId)
Sets the value of
CfnIdentityPoolRoleAttachmentProps.getIdentityPoolId() |
CfnIdentityPoolRoleAttachmentProps.Builder |
roleMappings(IResolvable roleMappings)
Sets the value of
CfnIdentityPoolRoleAttachmentProps.getRoleMappings() |
CfnIdentityPoolRoleAttachmentProps.Builder |
roleMappings(Map<String,? extends Object> roleMappings)
Sets the value of
CfnIdentityPoolRoleAttachmentProps.getRoleMappings() |
CfnIdentityPoolRoleAttachmentProps.Builder |
roles(Object roles)
Sets the value of
CfnIdentityPoolRoleAttachmentProps.getRoles() |
@Stability(value=Stable) public CfnIdentityPoolRoleAttachmentProps.Builder identityPoolId(String identityPoolId)
CfnIdentityPoolRoleAttachmentProps.getIdentityPoolId()identityPoolId - `AWS::Cognito::IdentityPoolRoleAttachment.IdentityPoolId`. This parameter is required.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachmentProps.Builder roleMappings(IResolvable roleMappings)
CfnIdentityPoolRoleAttachmentProps.getRoleMappings()roleMappings - `AWS::Cognito::IdentityPoolRoleAttachment.RoleMappings`.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachmentProps.Builder roleMappings(Map<String,? extends Object> roleMappings)
CfnIdentityPoolRoleAttachmentProps.getRoleMappings()roleMappings - `AWS::Cognito::IdentityPoolRoleAttachment.RoleMappings`.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachmentProps.Builder roles(Object roles)
CfnIdentityPoolRoleAttachmentProps.getRoles()roles - `AWS::Cognito::IdentityPoolRoleAttachment.Roles`.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnIdentityPoolRoleAttachmentProps>CfnIdentityPoolRoleAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.