Interface ReplicationStateInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationStateInfo.Builder,ReplicationStateInfo>,SdkBuilder<ReplicationStateInfo.Builder,ReplicationStateInfo>,SdkPojo
- Enclosing class:
- ReplicationStateInfo
public static interface ReplicationStateInfo.Builder extends SdkPojo, CopyableBuilder<ReplicationStateInfo.Builder,ReplicationStateInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationStateInfo.Buildercode(String code)Code that describes the current state of the replicator.ReplicationStateInfo.Buildermessage(String message)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 Detail
-
code
ReplicationStateInfo.Builder code(String 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
ReplicationStateInfo.Builder message(String 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.
-
-