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