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 cluster.
|
GlobalClusterMember.Builder |
isWriter(Boolean isWriter)
Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the
Aurora global database 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
database.
|
GlobalClusterMember.Builder |
readers(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global
database.
|
copy
applyMutation, build
GlobalClusterMember.Builder dbClusterArn(String dbClusterArn)
The Amazon Resource Name (ARN) for each Aurora cluster.
dbClusterArn
- The Amazon Resource Name (ARN) for each Aurora cluster.GlobalClusterMember.Builder readers(Collection<String> readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.
readers
- The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global
database.GlobalClusterMember.Builder readers(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.
readers
- The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global
database.GlobalClusterMember.Builder isWriter(Boolean isWriter)
Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.
isWriter
- Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for
the Aurora global database with which it is associated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.