public static final class CfnStackUserAssociationProps.Builder
extends java.lang.Object
CfnStackUserAssociationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStackUserAssociationProps.Builder |
authenticationType(java.lang.String authenticationType)
Sets the value of
CfnStackUserAssociationProps.getAuthenticationType() |
CfnStackUserAssociationProps |
build()
Builds the configured instance.
|
CfnStackUserAssociationProps.Builder |
sendEmailNotification(java.lang.Boolean sendEmailNotification)
Sets the value of
CfnStackUserAssociationProps.getSendEmailNotification() |
CfnStackUserAssociationProps.Builder |
sendEmailNotification(IResolvable sendEmailNotification)
Sets the value of
CfnStackUserAssociationProps.getSendEmailNotification() |
CfnStackUserAssociationProps.Builder |
stackName(java.lang.String stackName)
Sets the value of
CfnStackUserAssociationProps.getStackName() |
CfnStackUserAssociationProps.Builder |
userName(java.lang.String userName)
Sets the value of
CfnStackUserAssociationProps.getUserName() |
public CfnStackUserAssociationProps.Builder authenticationType(java.lang.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
public CfnStackUserAssociationProps.Builder stackName(java.lang.String stackName)
CfnStackUserAssociationProps.getStackName()
stackName
- The name of the stack that is associated with the user. This parameter is required.this
public CfnStackUserAssociationProps.Builder userName(java.lang.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
public CfnStackUserAssociationProps.Builder sendEmailNotification(java.lang.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
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
public CfnStackUserAssociationProps build()
CfnStackUserAssociationProps
java.lang.NullPointerException
- if any required attribute was not provided