Uses of Interface
software.amazon.awssdk.services.dynamodb.model.CreateGlobalTableWitnessGroupMemberAction.Builder
Packages that use CreateGlobalTableWitnessGroupMemberAction.Builder
-
Uses of CreateGlobalTableWitnessGroupMemberAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return CreateGlobalTableWitnessGroupMemberAction.BuilderModifier and TypeMethodDescriptionCreateGlobalTableWitnessGroupMemberAction.builder()CreateGlobalTableWitnessGroupMemberAction.Builder.regionName(String regionName) The Amazon Web Services Region name to be added as a witness Region for the MRSC global table.CreateGlobalTableWitnessGroupMemberAction.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type CreateGlobalTableWitnessGroupMemberAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateGlobalTableWitnessGroupMemberAction.Builder>CreateGlobalTableWitnessGroupMemberAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type CreateGlobalTableWitnessGroupMemberAction.BuilderModifier and TypeMethodDescriptionGlobalTableWitnessGroupUpdate.Builder.create(Consumer<CreateGlobalTableWitnessGroupMemberAction.Builder> create) Specifies a witness Region to be added to a new MRSC global table.