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 TypeMethodDescriptionA location's name.The current status of the replication process.status
(ReplicationStatusType status) The current status of the replication process.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, sdkFieldNameToField, sdkFields
-
Method Details
-
location
A location's name. For example,
us-east-1
. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide.- Parameters:
location
- A location's name. For example,us-east-1
. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the replication process.
- Parameters:
status
- The current status of the replication process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the replication process.
- Parameters:
status
- The current status of the replication process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-