public static interface GlobalClusterMember.Builder extends SdkPojo, CopyableBuilder<GlobalClusterMember.Builder,GlobalClusterMember>
| Modifier and Type | Method and Description |
|---|---|
GlobalClusterMember.Builder |
dbClusterArn(String dbClusterArn)
The Amazon Resource Name (ARN) for each Aurora DB cluster in the global cluster.
|
GlobalClusterMember.Builder |
globalWriteForwardingStatus(String globalWriteForwardingStatus)
Specifies whether a secondary cluster in the global cluster has write forwarding enabled, not enabled, or is
in the process of enabling it.
|
GlobalClusterMember.Builder |
globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus)
Specifies whether a secondary cluster in the global cluster has write forwarding enabled, not enabled, or is
in the process of enabling it.
|
GlobalClusterMember.Builder |
isWriter(Boolean isWriter)
Specifies whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the
global cluster with which it is associated.
|
GlobalClusterMember.Builder |
readers(Collection<String> readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.
|
GlobalClusterMember.Builder |
readers(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.
|
GlobalClusterMember.Builder |
synchronizationStatus(GlobalClusterMemberSynchronizationStatus synchronizationStatus)
The status of synchronization of each Aurora DB cluster in the global cluster.
|
GlobalClusterMember.Builder |
synchronizationStatus(String synchronizationStatus)
The status of synchronization of each Aurora DB cluster in the global cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlobalClusterMember.Builder dbClusterArn(String dbClusterArn)
The Amazon Resource Name (ARN) for each Aurora DB cluster in the global cluster.
dbClusterArn - The Amazon Resource Name (ARN) for each Aurora DB cluster in 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.
readers - The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global
cluster.GlobalClusterMember.Builder readers(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.
readers - The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global
cluster.GlobalClusterMember.Builder isWriter(Boolean isWriter)
Specifies whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the global cluster with which it is associated.
isWriter - Specifies whether the Aurora DB cluster is the primary cluster (that is, has read-write capability)
for the global cluster with which it is associated.GlobalClusterMember.Builder globalWriteForwardingStatus(String globalWriteForwardingStatus)
Specifies whether a secondary cluster in the global cluster has write forwarding enabled, not enabled, or is in the process of enabling it.
globalWriteForwardingStatus - Specifies whether a secondary cluster in the global cluster has write forwarding enabled, not enabled,
or is in the process of enabling it.WriteForwardingStatus,
WriteForwardingStatusGlobalClusterMember.Builder globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus)
Specifies whether a secondary cluster in the global cluster has write forwarding enabled, not enabled, or is in the process of enabling it.
globalWriteForwardingStatus - Specifies whether a secondary cluster in the global cluster has write forwarding enabled, not enabled,
or is in the process of enabling it.WriteForwardingStatus,
WriteForwardingStatusGlobalClusterMember.Builder synchronizationStatus(String synchronizationStatus)
The status of synchronization of each Aurora DB cluster in the global cluster.
synchronizationStatus - The status of synchronization of each Aurora DB cluster in the global cluster.GlobalClusterMemberSynchronizationStatus,
GlobalClusterMemberSynchronizationStatusGlobalClusterMember.Builder synchronizationStatus(GlobalClusterMemberSynchronizationStatus synchronizationStatus)
The status of synchronization of each Aurora DB cluster in the global cluster.
synchronizationStatus - The status of synchronization of each Aurora DB cluster in the global cluster.GlobalClusterMemberSynchronizationStatus,
GlobalClusterMemberSynchronizationStatusCopyright © 2023. All rights reserved.