@Stability(value=Stable) public static final class CfnUserPoolUserToGroupAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolUserToGroupAttachment>
CfnUserPoolUserToGroupAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolUserToGroupAttachment |
build() |
static CfnUserPoolUserToGroupAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserPoolUserToGroupAttachment.Builder |
groupName(String groupName)
`AWS::Cognito::UserPoolUserToGroupAttachment.GroupName`.
|
CfnUserPoolUserToGroupAttachment.Builder |
username(String username)
`AWS::Cognito::UserPoolUserToGroupAttachment.Username`.
|
CfnUserPoolUserToGroupAttachment.Builder |
userPoolId(String userPoolId)
`AWS::Cognito::UserPoolUserToGroupAttachment.UserPoolId`.
|
@Stability(value=Stable) public static CfnUserPoolUserToGroupAttachment.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.CfnUserPoolUserToGroupAttachment.Builder.@Stability(value=Stable) public CfnUserPoolUserToGroupAttachment.Builder groupName(String groupName)
groupName - `AWS::Cognito::UserPoolUserToGroupAttachment.GroupName`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachment.Builder username(String username)
username - `AWS::Cognito::UserPoolUserToGroupAttachment.Username`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachment.Builder userPoolId(String userPoolId)
userPoolId - `AWS::Cognito::UserPoolUserToGroupAttachment.UserPoolId`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachment build()
build in interface software.amazon.jsii.Builder<CfnUserPoolUserToGroupAttachment>Copyright © 2021. All rights reserved.