@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
Endpoints can replicate all events to the secondary Region.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationConfig.Builder |
builder() |
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 ReplicationConfig.Builder> |
serializableBuilderClass() |
ReplicationState |
state()
The state of event replication.
|
String |
stateAsString()
The state of event replication.
|
ReplicationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReplicationState state()
The state of event replication.
If the service returns an enum value that is not available in the current SDK version, state will return
ReplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReplicationStatepublic final String stateAsString()
The state of event replication.
If the service returns an enum value that is not available in the current SDK version, state will return
ReplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReplicationStatepublic ReplicationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>public static ReplicationConfig.Builder builder()
public static Class<? extends ReplicationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.