@Stability(value=Stable) public static final class CfnStackUserAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStackUserAssociationProps>
CfnStackUserAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStackUserAssociationProps.Builder |
authenticationType(String authenticationType)
Sets the value of
CfnStackUserAssociationProps.getAuthenticationType() |
CfnStackUserAssociationProps |
build()
Builds the configured instance.
|
CfnStackUserAssociationProps.Builder |
sendEmailNotification(Boolean sendEmailNotification)
Sets the value of
CfnStackUserAssociationProps.getSendEmailNotification() |
CfnStackUserAssociationProps.Builder |
sendEmailNotification(IResolvable sendEmailNotification)
Sets the value of
CfnStackUserAssociationProps.getSendEmailNotification() |
CfnStackUserAssociationProps.Builder |
stackName(String stackName)
Sets the value of
CfnStackUserAssociationProps.getStackName() |
CfnStackUserAssociationProps.Builder |
userName(String userName)
Sets the value of
CfnStackUserAssociationProps.getUserName() |
@Stability(value=Stable) public CfnStackUserAssociationProps.Builder authenticationType(String authenticationType)
CfnStackUserAssociationProps.getAuthenticationType()authenticationType - The authentication type for the user who is associated with the stack. This parameter is required.
You must specify USERPOOL.this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder stackName(String stackName)
CfnStackUserAssociationProps.getStackName()stackName - The name of the stack that is associated with the user. This parameter is required.this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder userName(String userName)
CfnStackUserAssociationProps.getUserName()userName - The email address of the user who is associated with the stack. This parameter is required.
Users' email addresses are case-sensitive.
this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder sendEmailNotification(Boolean sendEmailNotification)
CfnStackUserAssociationProps.getSendEmailNotification()sendEmailNotification - Specifies whether a welcome email is sent to a user after the user is created in the user pool.this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder sendEmailNotification(IResolvable sendEmailNotification)
CfnStackUserAssociationProps.getSendEmailNotification()sendEmailNotification - Specifies whether a welcome email is sent to a user after the user is created in the user pool.this@Stability(value=Stable) public CfnStackUserAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnStackUserAssociationProps>CfnStackUserAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.