@Stability(value=Stable) public static final class CfnUserPoolUserToGroupAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolUserToGroupAttachmentProps>
CfnUserPoolUserToGroupAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolUserToGroupAttachmentProps |
build()
Builds the configured instance.
|
CfnUserPoolUserToGroupAttachmentProps.Builder |
groupName(String groupName)
Sets the value of
CfnUserPoolUserToGroupAttachmentProps.getGroupName() |
CfnUserPoolUserToGroupAttachmentProps.Builder |
username(String username)
Sets the value of
CfnUserPoolUserToGroupAttachmentProps.getUsername() |
CfnUserPoolUserToGroupAttachmentProps.Builder |
userPoolId(String userPoolId)
Sets the value of
CfnUserPoolUserToGroupAttachmentProps.getUserPoolId() |
@Stability(value=Stable) public CfnUserPoolUserToGroupAttachmentProps.Builder groupName(String groupName)
CfnUserPoolUserToGroupAttachmentProps.getGroupName()groupName - The group name. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachmentProps.Builder username(String username)
CfnUserPoolUserToGroupAttachmentProps.getUsername()username - The username for the user. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachmentProps.Builder userPoolId(String userPoolId)
CfnUserPoolUserToGroupAttachmentProps.getUserPoolId()userPoolId - The user pool ID for the user pool. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserToGroupAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolUserToGroupAttachmentProps>CfnUserPoolUserToGroupAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.