Class CfnGlobalTablePropsMixin.GlobalTableWitnessProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.GlobalTableWitnessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalTablePropsMixin.GlobalTableWitnessProperty>
- Enclosing interface:
CfnGlobalTablePropsMixin.GlobalTableWitnessProperty
@Stability(Stable)
public static final class CfnGlobalTablePropsMixin.GlobalTableWitnessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalTablePropsMixin.GlobalTableWitnessProperty>
A builder for
CfnGlobalTablePropsMixin.GlobalTableWitnessProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnGlobalTablePropsMixin.GlobalTableWitnessProperty.getRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
region
@Stability(Stable) public CfnGlobalTablePropsMixin.GlobalTableWitnessProperty.Builder region(String region) Sets the value ofCfnGlobalTablePropsMixin.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<CfnGlobalTablePropsMixin.GlobalTableWitnessProperty>- Returns:
- a new instance of
CfnGlobalTablePropsMixin.GlobalTableWitnessProperty - Throws:
NullPointerException- if any required attribute was not provided
-