@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 - The email address of the superuser.this@Stability(value=Stable) public CfnEnvironment.SuperuserParametersProperty.Builder firstName(String firstName)
CfnEnvironment.SuperuserParametersProperty.getFirstName()firstName - The first name of the superuser.this@Stability(value=Stable) public CfnEnvironment.SuperuserParametersProperty.Builder lastName(String lastName)
CfnEnvironment.SuperuserParametersProperty.getLastName()lastName - The last name of the superuser.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 © 2022. All rights reserved.