Interface ReplicationInfoSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationInfoSummary.Builder,
,ReplicationInfoSummary> SdkBuilder<ReplicationInfoSummary.Builder,
,ReplicationInfoSummary> SdkPojo
- Enclosing class:
ReplicationInfoSummary
@Mutable
@NotThreadSafe
public static interface ReplicationInfoSummary.Builder
extends SdkPojo, CopyableBuilder<ReplicationInfoSummary.Builder,ReplicationInfoSummary>
-
Method Summary
Modifier and TypeMethodDescriptionsourceKafkaClusterAlias
(String sourceKafkaClusterAlias) The alias of the source Kafka cluster.targetKafkaClusterAlias
(String targetKafkaClusterAlias) The alias of the target Kafka cluster.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
-
sourceKafkaClusterAlias
The alias of the source Kafka cluster.
- Parameters:
sourceKafkaClusterAlias
- The alias of the source Kafka cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetKafkaClusterAlias
The alias of the target Kafka cluster.
- Parameters:
targetKafkaClusterAlias
- The alias of the target Kafka cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-