@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicaUpdate.Builder,ReplicaUpdate>
Represents one of the following:
A new replica to be added to an existing global table.
New parameters for an existing replica.
An existing replica to be removed from an existing global table.
Modifier and Type | Class and Description |
---|---|
static interface |
ReplicaUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static ReplicaUpdate.Builder |
builder() |
CreateReplicaAction |
create()
The parameters required for creating a replica on an existing global table.
|
DeleteReplicaAction |
delete()
The name of the existing replica to be removed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicaUpdate.Builder> |
serializableBuilderClass() |
ReplicaUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public CreateReplicaAction create()
The parameters required for creating a replica on an existing global table.
public DeleteReplicaAction delete()
The name of the existing replica to be removed.
public ReplicaUpdate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReplicaUpdate.Builder,ReplicaUpdate>
public static ReplicaUpdate.Builder builder()
public static Class<? extends ReplicaUpdate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.