Interface ReplicationStatusSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationStatusSummary.Builder,
,ReplicationStatusSummary> SdkBuilder<ReplicationStatusSummary.Builder,
,ReplicationStatusSummary> SdkPojo
- Enclosing class:
ReplicationStatusSummary
public static interface ReplicationStatusSummary.Builder
extends SdkPojo, CopyableBuilder<ReplicationStatusSummary.Builder,ReplicationStatusSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services Region.replicationStatus
(String replicationStatus) The state of the replication.replicationStatus
(InstanceReplicationStatus replicationStatus) The state of the replication.replicationStatusReason
(String replicationStatusReason) A description of the replication status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
region
The Amazon Web Services Region. This can be either the source or the replica Region, depending where it appears in the summary list.
- Parameters:
region
- The Amazon Web Services Region. This can be either the source or the replica Region, depending where it appears in the summary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationStatus
The state of the replication.
- Parameters:
replicationStatus
- The state of the replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationStatus
The state of the replication.
- Parameters:
replicationStatus
- The state of the replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationStatusReason
A description of the replication status. Use this information to resolve any issues that are preventing the successful replication of your Amazon Connect instance to another Region.
- Parameters:
replicationStatusReason
- A description of the replication status. Use this information to resolve any issues that are preventing the successful replication of your Amazon Connect instance to another Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-