@Stability(value=Stable) public static final class CfnIdentityPoolRoleAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentityPoolRoleAttachment>
CfnIdentityPoolRoleAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnIdentityPoolRoleAttachment |
build() |
static CfnIdentityPoolRoleAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIdentityPoolRoleAttachment.Builder |
identityPoolId(String identityPoolId)
`AWS::Cognito::IdentityPoolRoleAttachment.IdentityPoolId`.
|
CfnIdentityPoolRoleAttachment.Builder |
roleMappings(IResolvable roleMappings)
`AWS::Cognito::IdentityPoolRoleAttachment.RoleMappings`.
|
CfnIdentityPoolRoleAttachment.Builder |
roleMappings(Map<String,? extends Object> roleMappings)
`AWS::Cognito::IdentityPoolRoleAttachment.RoleMappings`.
|
CfnIdentityPoolRoleAttachment.Builder |
roles(Object roles)
`AWS::Cognito::IdentityPoolRoleAttachment.Roles`.
|
@Stability(value=Stable) public static CfnIdentityPoolRoleAttachment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnIdentityPoolRoleAttachment.MappingRuleProperty.Builder.@Stability(value=Stable) public CfnIdentityPoolRoleAttachment.Builder identityPoolId(String identityPoolId)
identityPoolId - `AWS::Cognito::IdentityPoolRoleAttachment.IdentityPoolId`. This parameter is required.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachment.Builder roleMappings(IResolvable roleMappings)
roleMappings - `AWS::Cognito::IdentityPoolRoleAttachment.RoleMappings`. This parameter is required.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachment.Builder roleMappings(Map<String,? extends Object> roleMappings)
roleMappings - `AWS::Cognito::IdentityPoolRoleAttachment.RoleMappings`. This parameter is required.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachment.Builder roles(Object roles)
roles - `AWS::Cognito::IdentityPoolRoleAttachment.Roles`. This parameter is required.this@Stability(value=Stable) public CfnIdentityPoolRoleAttachment build()
build in interface software.amazon.jsii.Builder<CfnIdentityPoolRoleAttachment>Copyright © 2021. All rights reserved.