@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 - `AWS::AppStream::StackUserAssociation.AuthenticationType`. This parameter is required.this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder stackName(String stackName)
CfnStackUserAssociationProps.getStackName()stackName - `AWS::AppStream::StackUserAssociation.StackName`. This parameter is required.this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder userName(String userName)
CfnStackUserAssociationProps.getUserName()userName - `AWS::AppStream::StackUserAssociation.UserName`. This parameter is required.this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder sendEmailNotification(Boolean sendEmailNotification)
CfnStackUserAssociationProps.getSendEmailNotification()sendEmailNotification - `AWS::AppStream::StackUserAssociation.SendEmailNotification`.this@Stability(value=Stable) public CfnStackUserAssociationProps.Builder sendEmailNotification(IResolvable sendEmailNotification)
CfnStackUserAssociationProps.getSendEmailNotification()sendEmailNotification - `AWS::AppStream::StackUserAssociation.SendEmailNotification`.this@Stability(value=Stable) public CfnStackUserAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnStackUserAssociationProps>CfnStackUserAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.