@Stability(value=Stable) public static final class CfnNode.NodeConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnNode.NodeConfigurationProperty>
CfnNode.NodeConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnNode.NodeConfigurationProperty.Builder |
availabilityZone(String availabilityZone)
Sets the value of
CfnNode.NodeConfigurationProperty.getAvailabilityZone() |
CfnNode.NodeConfigurationProperty |
build()
Builds the configured instance.
|
CfnNode.NodeConfigurationProperty.Builder |
instanceType(String instanceType)
Sets the value of
CfnNode.NodeConfigurationProperty.getInstanceType() |
@Stability(value=Stable) public CfnNode.NodeConfigurationProperty.Builder availabilityZone(String availabilityZone)
CfnNode.NodeConfigurationProperty.getAvailabilityZone()
availabilityZone
- `CfnNode.NodeConfigurationProperty.AvailabilityZone`. This parameter is required.this
@Stability(value=Stable) public CfnNode.NodeConfigurationProperty.Builder instanceType(String instanceType)
CfnNode.NodeConfigurationProperty.getInstanceType()
instanceType
- `CfnNode.NodeConfigurationProperty.InstanceType`. This parameter is required.this
@Stability(value=Stable) public CfnNode.NodeConfigurationProperty build()
build
in interface software.amazon.jsii.Builder<CfnNode.NodeConfigurationProperty>
CfnNode.NodeConfigurationProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.