Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalTableWitnessDescription.Builder
-
Packages that use GlobalTableWitnessDescription.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalTableWitnessDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTableWitnessDescription.Builder Modifier and Type Method Description static GlobalTableWitnessDescription.BuilderGlobalTableWitnessDescription. builder()GlobalTableWitnessDescription.BuilderGlobalTableWitnessDescription.Builder. regionName(String regionName)The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.GlobalTableWitnessDescription.BuilderGlobalTableWitnessDescription. toBuilder()GlobalTableWitnessDescription.BuilderGlobalTableWitnessDescription.Builder. witnessStatus(String witnessStatus)The current status of the witness Region in the MRSC global table.GlobalTableWitnessDescription.BuilderGlobalTableWitnessDescription.Builder. witnessStatus(WitnessStatus witnessStatus)The current status of the witness Region in the MRSC global table.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTableWitnessDescription.Builder Modifier and Type Method Description static Class<? extends GlobalTableWitnessDescription.Builder>GlobalTableWitnessDescription. serializableBuilderClass()
-