@Stability(value=Stable) public static final class CfnInstance.LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.LocationProperty>
CfnInstance.LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.LocationProperty.Builder |
availabilityZone(String availabilityZone)
Sets the value of
CfnInstance.LocationProperty.getAvailabilityZone() |
CfnInstance.LocationProperty |
build()
Builds the configured instance.
|
CfnInstance.LocationProperty.Builder |
regionName(String regionName)
Sets the value of
CfnInstance.LocationProperty.getRegionName() |
@Stability(value=Stable) public CfnInstance.LocationProperty.Builder availabilityZone(String availabilityZone)
CfnInstance.LocationProperty.getAvailabilityZone()availabilityZone - The Availability Zone for the instance.this@Stability(value=Stable) public CfnInstance.LocationProperty.Builder regionName(String regionName)
CfnInstance.LocationProperty.getRegionName()regionName - The name of the AWS Region for the instance.this@Stability(value=Stable) public CfnInstance.LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.LocationProperty>CfnInstance.LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.