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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalTableWitnessDescription.BuilderregionName(String regionName)The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.GlobalTableWitnessDescription.BuilderwitnessStatus(String witnessStatus)The current status of the witness Region in the MRSC global table.GlobalTableWitnessDescription.BuilderwitnessStatus(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 Detail
-
regionName
GlobalTableWitnessDescription.Builder regionName(String 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
GlobalTableWitnessDescription.Builder witnessStatus(String 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,WitnessStatus
-
witnessStatus
GlobalTableWitnessDescription.Builder witnessStatus(WitnessStatus 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,WitnessStatus
-
-