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