Class CfnGlobalTable.WriteOnDemandThroughputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.WriteOnDemandThroughputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalTable.WriteOnDemandThroughputSettingsProperty>
- Enclosing interface:
CfnGlobalTable.WriteOnDemandThroughputSettingsProperty
@Stability(Stable)
public static final class CfnGlobalTable.WriteOnDemandThroughputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalTable.WriteOnDemandThroughputSettingsProperty>
A builder for
CfnGlobalTable.WriteOnDemandThroughputSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maxWriteRequestUnits(Number maxWriteRequestUnits)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxWriteRequestUnits
@Stability(Stable) public CfnGlobalTable.WriteOnDemandThroughputSettingsProperty.Builder maxWriteRequestUnits(Number maxWriteRequestUnits) - Parameters:
maxWriteRequestUnits- Maximum number of write request settings for the specified replica of a global table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGlobalTable.WriteOnDemandThroughputSettingsProperty>- Returns:
- a new instance of
CfnGlobalTable.WriteOnDemandThroughputSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-