@Stability(value=Stable) public static final class CfnCluster.ProvisionedThroughputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ProvisionedThroughputProperty>
CfnCluster.ProvisionedThroughputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ProvisionedThroughputProperty |
build()
Builds the configured instance.
|
CfnCluster.ProvisionedThroughputProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnCluster.ProvisionedThroughputProperty.getEnabled() |
CfnCluster.ProvisionedThroughputProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnCluster.ProvisionedThroughputProperty.getEnabled() |
CfnCluster.ProvisionedThroughputProperty.Builder |
volumeThroughput(Number volumeThroughput)
Sets the value of
CfnCluster.ProvisionedThroughputProperty.getVolumeThroughput() |
@Stability(value=Stable) public CfnCluster.ProvisionedThroughputProperty.Builder enabled(Boolean enabled)
CfnCluster.ProvisionedThroughputProperty.getEnabled()enabled - Specifies whether provisioned throughput is turned on for the cluster.this@Stability(value=Stable) public CfnCluster.ProvisionedThroughputProperty.Builder enabled(IResolvable enabled)
CfnCluster.ProvisionedThroughputProperty.getEnabled()enabled - Specifies whether provisioned throughput is turned on for the cluster.this@Stability(value=Stable) public CfnCluster.ProvisionedThroughputProperty.Builder volumeThroughput(Number volumeThroughput)
CfnCluster.ProvisionedThroughputProperty.getVolumeThroughput()volumeThroughput - The provisioned throughput rate in MiB per second.this@Stability(value=Stable) public CfnCluster.ProvisionedThroughputProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ProvisionedThroughputProperty>CfnCluster.ProvisionedThroughputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.