@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)
The group name.
|
CfnUserPoolUserToGroupAttachment.Builder |
username(String username)
The username for the user.
|
CfnUserPoolUserToGroupAttachment.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
@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 - The group name. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachment.Builder username(String username)
username - The username for the user. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachment.Builder userPoolId(String userPoolId)
userPoolId - The user pool ID for the user pool. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachment build()
build in interface software.amazon.jsii.Builder<CfnUserPoolUserToGroupAttachment>Copyright © 2022. All rights reserved.