@Generated(value="software.amazon.awssdk:codegen") public final class GlobalClusterMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalClusterMember.Builder,GlobalClusterMember>
A data structure with information about any primary and secondary clusters associated with an Aurora global database.
Modifier and Type | Class and Description |
---|---|
static interface |
GlobalClusterMember.Builder |
Modifier and Type | Method and Description |
---|---|
static GlobalClusterMember.Builder |
builder() |
String |
dbClusterArn()
The Amazon Resource Name (ARN) for each Aurora cluster.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<String> |
readers()
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GlobalClusterMember.Builder> |
serializableBuilderClass() |
GlobalClusterMember.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String dbClusterArn()
The Amazon Resource Name (ARN) for each Aurora cluster.
public List<String> readers()
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public 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.
public GlobalClusterMember.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GlobalClusterMember.Builder,GlobalClusterMember>
public static GlobalClusterMember.Builder builder()
public static Class<? extends GlobalClusterMember.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.