Interface ReplicationStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationStatus.Builder,,ReplicationStatus> SdkBuilder<ReplicationStatus.Builder,,ReplicationStatus> SdkPojo
- Enclosing class:
ReplicationStatus
@Mutable
@NotThreadSafe
public static interface ReplicationStatus.Builder
extends SdkPojo, CopyableBuilder<ReplicationStatus.Builder,ReplicationStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe replication state of the replica.state(ReplicationState state) The replication state of the replica.stateReason(String stateReason) A description that provides more detail about the current replication state.stateReasonCode(String stateReasonCode) A code that provides more detail about the current replication state.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
state
The replication state of the replica. Valid values are
InProgress,InSync, andInconsistent.- Parameters:
state- The replication state of the replica. Valid values areInProgress,InSync, andInconsistent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The replication state of the replica. Valid values are
InProgress,InSync, andInconsistent.- Parameters:
state- The replication state of the replica. Valid values areInProgress,InSync, andInconsistent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateReason
A description that provides more detail about the current replication state.
- Parameters:
stateReason- A description that provides more detail about the current replication state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateReasonCode
A code that provides more detail about the current replication state.
- Parameters:
stateReasonCode- A code that provides more detail about the current replication state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-