Class CfnGlobalTable.GlobalTableWitnessProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.GlobalTableWitnessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalTable.GlobalTableWitnessProperty>
- Enclosing interface:
CfnGlobalTable.GlobalTableWitnessProperty
@Stability(Stable)
public static final class CfnGlobalTable.GlobalTableWitnessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalTable.GlobalTableWitnessProperty>
A builder for
CfnGlobalTable.GlobalTableWitnessProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnGlobalTable.GlobalTableWitnessProperty.getRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
region
Sets the value ofCfnGlobalTable.GlobalTableWitnessProperty.getRegion()- Parameters:
region- The name of the AWS Region that serves as a witness for the MRSC global table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGlobalTable.GlobalTableWitnessProperty>- Returns:
- a new instance of
CfnGlobalTable.GlobalTableWitnessProperty - Throws:
NullPointerException- if any required attribute was not provided
-