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 Amazon DocumentDB cluster.
|
GlobalClusterMember.Builder |
isWriter(Boolean isWriter)
Specifies whether the Amazon DocumentDB cluster is the primary cluster (that is, has read-write capability)
for the Amazon DocumentDB 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 Aurora global
cluster.
|
GlobalClusterMember.Builder |
readers(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global
cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlobalClusterMember.Builder dbClusterArn(String dbClusterArn)
The Amazon Resource Name (ARN) for each Amazon DocumentDB cluster.
dbClusterArn - The Amazon Resource Name (ARN) for each Amazon DocumentDB cluster.GlobalClusterMember.Builder readers(Collection<String> readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global cluster.
readers - The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global
cluster.GlobalClusterMember.Builder readers(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global cluster.
readers - The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global
cluster.GlobalClusterMember.Builder isWriter(Boolean isWriter)
Specifies whether the Amazon DocumentDB cluster is the primary cluster (that is, has read-write capability) for the Amazon DocumentDB global cluster with which it is associated.
isWriter - Specifies whether the Amazon DocumentDB cluster is the primary cluster (that is, has read-write
capability) for the Amazon DocumentDB global cluster with which it is associated.Copyright © 2023. All rights reserved.