@Stability(value=Stable) public static final class CfnUserProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProps>
CfnUserProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserProps.Builder |
authenticationType(String authenticationType)
Sets the value of
CfnUserProps.getAuthenticationType() |
CfnUserProps |
build()
Builds the configured instance.
|
CfnUserProps.Builder |
firstName(String firstName)
Sets the value of
CfnUserProps.getFirstName() |
CfnUserProps.Builder |
lastName(String lastName)
Sets the value of
CfnUserProps.getLastName() |
CfnUserProps.Builder |
messageAction(String messageAction)
Sets the value of
CfnUserProps.getMessageAction() |
CfnUserProps.Builder |
userName(String userName)
Sets the value of
CfnUserProps.getUserName() |
@Stability(value=Stable) public CfnUserProps.Builder authenticationType(String authenticationType)
CfnUserProps.getAuthenticationType()authenticationType - `AWS::AppStream::User.AuthenticationType`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder userName(String userName)
CfnUserProps.getUserName()userName - `AWS::AppStream::User.UserName`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder firstName(String firstName)
CfnUserProps.getFirstName()firstName - `AWS::AppStream::User.FirstName`.this@Stability(value=Stable) public CfnUserProps.Builder lastName(String lastName)
CfnUserProps.getLastName()lastName - `AWS::AppStream::User.LastName`.this@Stability(value=Stable) public CfnUserProps.Builder messageAction(String messageAction)
CfnUserProps.getMessageAction()messageAction - `AWS::AppStream::User.MessageAction`.this@Stability(value=Stable) public CfnUserProps build()
build in interface software.amazon.jsii.Builder<CfnUserProps>CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.