@Stability(value=Stable) public static final class CfnCluster.EBSStorageInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.EBSStorageInfoProperty>
CfnCluster.EBSStorageInfoProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.EBSStorageInfoProperty |
build()
Builds the configured instance.
|
CfnCluster.EBSStorageInfoProperty.Builder |
provisionedThroughput(CfnCluster.ProvisionedThroughputProperty provisionedThroughput)
Sets the value of
CfnCluster.EBSStorageInfoProperty.getProvisionedThroughput() |
CfnCluster.EBSStorageInfoProperty.Builder |
provisionedThroughput(IResolvable provisionedThroughput)
Sets the value of
CfnCluster.EBSStorageInfoProperty.getProvisionedThroughput() |
CfnCluster.EBSStorageInfoProperty.Builder |
volumeSize(Number volumeSize)
Sets the value of
CfnCluster.EBSStorageInfoProperty.getVolumeSize() |
@Stability(value=Stable) public CfnCluster.EBSStorageInfoProperty.Builder provisionedThroughput(CfnCluster.ProvisionedThroughputProperty provisionedThroughput)
CfnCluster.EBSStorageInfoProperty.getProvisionedThroughput()provisionedThroughput - Specifies whether provisioned throughput is turned on and the volume throughput target.this@Stability(value=Stable) public CfnCluster.EBSStorageInfoProperty.Builder provisionedThroughput(IResolvable provisionedThroughput)
CfnCluster.EBSStorageInfoProperty.getProvisionedThroughput()provisionedThroughput - Specifies whether provisioned throughput is turned on and the volume throughput target.this@Stability(value=Stable) public CfnCluster.EBSStorageInfoProperty.Builder volumeSize(Number volumeSize)
CfnCluster.EBSStorageInfoProperty.getVolumeSize()volumeSize - The size in GiB of the EBS volume for the data drive on each broker node.this@Stability(value=Stable) public CfnCluster.EBSStorageInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.EBSStorageInfoProperty>CfnCluster.EBSStorageInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.