@Stability(value=Stable) public static final class CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty>
CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty |
build()
Builds the configured instance.
|
CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty.Builder |
volumeSpecification(CfnInstanceFleetConfig.VolumeSpecificationProperty volumeSpecification)
|
CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty.Builder |
volumeSpecification(IResolvable volumeSpecification)
|
CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty.Builder |
volumesPerInstance(Number volumesPerInstance)
|
@Stability(value=Stable) public CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty.Builder volumeSpecification(CfnInstanceFleetConfig.VolumeSpecificationProperty volumeSpecification)
volumeSpecification - EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. This parameter is required.this@Stability(value=Stable) public CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty.Builder volumeSpecification(IResolvable volumeSpecification)
volumeSpecification - EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. This parameter is required.this@Stability(value=Stable) public CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty.Builder volumesPerInstance(Number volumesPerInstance)
volumesPerInstance - Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group.this@Stability(value=Stable) public CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnInstanceFleetConfig.EbsBlockDeviceConfigProperty>CfnInstanceFleetConfig.EbsBlockDeviceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.