primaryRegion
The Amazon region of the primary cluster of the Global datastore
- Returns:
- The Amazon region of the primary cluster of the Global datastore
SdkPojo
, ToCopyableBuilder<FailoverGlobalReplicationGroupRequest.Builder,FailoverGlobalReplicationGroupRequest>
builder()
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
SdkRequest
.final String
final int
hashCode()
final String
final String
static Class<? extends FailoverGlobalReplicationGroupRequest.Builder>
final String
toString()
overrideConfiguration
copy
The name of the Global datastore
The Amazon region of the primary cluster of the Global datastore
The name of the primary replication group
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FailoverGlobalReplicationGroupRequest.Builder,FailoverGlobalReplicationGroupRequest>
toBuilder
in class ElastiCacheRequest
hashCode
in class AwsRequest
equals
in class AwsRequest
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withSdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.