Interface ReplicationStateInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationStateInfo.Builder,
,ReplicationStateInfo> SdkBuilder<ReplicationStateInfo.Builder,
,ReplicationStateInfo> SdkPojo
- Enclosing class:
ReplicationStateInfo
@Mutable
@NotThreadSafe
public static interface ReplicationStateInfo.Builder
extends SdkPojo, CopyableBuilder<ReplicationStateInfo.Builder,ReplicationStateInfo>
-
Method Summary
Modifier and TypeMethodDescriptionCode that describes the current state of the replicator.Message that describes the state of the replicator.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
-
code
Code that describes the current state of the replicator.- Parameters:
code
- Code that describes the current state of the replicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Message that describes the state of the replicator.- Parameters:
message
- Message that describes the state of the replicator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-