@Stability(value=Stable) public static final class CfnEnvironment.SuperuserParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironment.SuperuserParametersProperty>
CfnEnvironment.SuperuserParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.SuperuserParametersProperty |
build()
Builds the configured instance.
|
CfnEnvironment.SuperuserParametersProperty.Builder |
emailAddress(String emailAddress)
Sets the value of
CfnEnvironment.SuperuserParametersProperty.getEmailAddress() |
CfnEnvironment.SuperuserParametersProperty.Builder |
firstName(String firstName)
Sets the value of
CfnEnvironment.SuperuserParametersProperty.getFirstName() |
CfnEnvironment.SuperuserParametersProperty.Builder |
lastName(String lastName)
Sets the value of
CfnEnvironment.SuperuserParametersProperty.getLastName() |
@Stability(value=Stable) public CfnEnvironment.SuperuserParametersProperty.Builder emailAddress(String emailAddress)
CfnEnvironment.SuperuserParametersProperty.getEmailAddress()emailAddress - `CfnEnvironment.SuperuserParametersProperty.EmailAddress`.this@Stability(value=Stable) public CfnEnvironment.SuperuserParametersProperty.Builder firstName(String firstName)
CfnEnvironment.SuperuserParametersProperty.getFirstName()firstName - `CfnEnvironment.SuperuserParametersProperty.FirstName`.this@Stability(value=Stable) public CfnEnvironment.SuperuserParametersProperty.Builder lastName(String lastName)
CfnEnvironment.SuperuserParametersProperty.getLastName()lastName - `CfnEnvironment.SuperuserParametersProperty.LastName`.this@Stability(value=Stable) public CfnEnvironment.SuperuserParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnEnvironment.SuperuserParametersProperty>CfnEnvironment.SuperuserParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.