Interface GlobalTableWitnessDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GlobalTableWitnessDescription.Builder,
,GlobalTableWitnessDescription> SdkBuilder<GlobalTableWitnessDescription.Builder,
,GlobalTableWitnessDescription> SdkPojo
- Enclosing class:
GlobalTableWitnessDescription
@Mutable
@NotThreadSafe
public static interface GlobalTableWitnessDescription.Builder
extends SdkPojo, CopyableBuilder<GlobalTableWitnessDescription.Builder,GlobalTableWitnessDescription>
-
Method Summary
Modifier and TypeMethodDescriptionregionName
(String regionName) The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.witnessStatus
(String witnessStatus) The current status of the witness Region in the MRSC global table.witnessStatus
(WitnessStatus witnessStatus) The current status of the witness Region in the MRSC global table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
regionName
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
- Parameters:
regionName
- The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
witnessStatus
The current status of the witness Region in the MRSC global table.
- Parameters:
witnessStatus
- The current status of the witness Region in the MRSC global table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
witnessStatus
The current status of the witness Region in the MRSC global table.
- Parameters:
witnessStatus
- The current status of the witness Region in the MRSC global table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-