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
Modifier and TypeMethodDescriptionThe state of event replication.state
(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 Details
-
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:
-
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:
-