Interface ReplicationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>,SdkBuilder<ReplicationConfig.Builder,ReplicationConfig>,SdkPojo
- Enclosing class:
- ReplicationConfig
public static interface ReplicationConfig.Builder extends SdkPojo, CopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationConfig.Builderstate(String state)The state of event replication.ReplicationConfig.Builderstate(ReplicationState state)The state of event replication.-
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 Detail
-
state
ReplicationConfig.Builder state(String state)
The state of event replication.
- Parameters:
state- The state of event replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationState,ReplicationState
-
state
ReplicationConfig.Builder state(ReplicationState state)
The state of event replication.
- Parameters:
state- The state of event replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationState,ReplicationState
-
-