Uses of Interface
software.amazon.awssdk.services.rds.model.GlobalClusterMember.Builder
Packages that use GlobalClusterMember.Builder
-
Uses of GlobalClusterMember.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return GlobalClusterMember.BuilderModifier and TypeMethodDescriptionstatic GlobalClusterMember.BuilderGlobalClusterMember.builder()GlobalClusterMember.Builder.dbClusterArn(String dbClusterArn) The Amazon Resource Name (ARN) for each Aurora DB cluster in the global cluster.GlobalClusterMember.Builder.globalWriteForwardingStatus(String globalWriteForwardingStatus) The status of write forwarding for a secondary cluster in the global cluster.GlobalClusterMember.Builder.globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus) The status of write forwarding for a secondary cluster in the global cluster.Indicates whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the global cluster with which it is associated.The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.GlobalClusterMember.Builder.readers(Collection<String> readers) The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.GlobalClusterMember.Builder.synchronizationStatus(String synchronizationStatus) The status of synchronization of each Aurora DB cluster in the global cluster.GlobalClusterMember.Builder.synchronizationStatus(GlobalClusterMemberSynchronizationStatus synchronizationStatus) The status of synchronization of each Aurora DB cluster in the global cluster.GlobalClusterMember.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type GlobalClusterMember.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalClusterMember.Builder>GlobalClusterMember.serializableBuilderClass()