public static final class CfnCluster.EBSStorageInfoProperty.Builder
extends java.lang.Object
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(java.lang.Number volumeSize)
Sets the value of
CfnCluster.EBSStorageInfoProperty.getVolumeSize() |
public CfnCluster.EBSStorageInfoProperty.Builder provisionedThroughput(IResolvable provisionedThroughput)
CfnCluster.EBSStorageInfoProperty.getProvisionedThroughput()
provisionedThroughput
- Specifies whether provisioned throughput is turned on and the volume throughput target.this
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
public CfnCluster.EBSStorageInfoProperty.Builder volumeSize(java.lang.Number volumeSize)
CfnCluster.EBSStorageInfoProperty.getVolumeSize()
volumeSize
- The size in GiB of the EBS volume for the data drive on each broker node.this
public CfnCluster.EBSStorageInfoProperty build()
CfnCluster.EBSStorageInfoProperty
java.lang.NullPointerException
- if any required attribute was not provided