public static interface DescribeReplicatorResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicatorResponse.Builder,DescribeReplicatorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicatorResponse.Builder |
creationTime(Instant creationTime)
The time when the replicator was created.
|
DescribeReplicatorResponse.Builder |
currentVersion(String currentVersion)
The current version number of the replicator.
|
DescribeReplicatorResponse.Builder |
isReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
|
DescribeReplicatorResponse.Builder |
kafkaClusters(Collection<KafkaClusterDescription> kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
|
DescribeReplicatorResponse.Builder |
kafkaClusters(Consumer<KafkaClusterDescription.Builder>... kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
|
DescribeReplicatorResponse.Builder |
kafkaClusters(KafkaClusterDescription... kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
|
DescribeReplicatorResponse.Builder |
replicationInfoList(Collection<ReplicationInfoDescription> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target
cluster replication flow.
|
DescribeReplicatorResponse.Builder |
replicationInfoList(Consumer<ReplicationInfoDescription.Builder>... replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target
cluster replication flow.
|
DescribeReplicatorResponse.Builder |
replicationInfoList(ReplicationInfoDescription... replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target
cluster replication flow.
|
DescribeReplicatorResponse.Builder |
replicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
DescribeReplicatorResponse.Builder |
replicatorDescription(String replicatorDescription)
The description of the replicator.
|
DescribeReplicatorResponse.Builder |
replicatorName(String replicatorName)
The name of the replicator.
|
DescribeReplicatorResponse.Builder |
replicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
|
DescribeReplicatorResponse.Builder |
replicatorState(ReplicatorState replicatorState)
State of the replicator.
|
DescribeReplicatorResponse.Builder |
replicatorState(String replicatorState)
State of the replicator.
|
DescribeReplicatorResponse.Builder |
serviceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the replicator to access resources in the customer's
account (e.g source and target clusters)
|
default DescribeReplicatorResponse.Builder |
stateInfo(Consumer<ReplicationStateInfo.Builder> stateInfo)
Details about the state of the replicator.
|
DescribeReplicatorResponse.Builder |
stateInfo(ReplicationStateInfo stateInfo)
Details about the state of the replicator.
|
DescribeReplicatorResponse.Builder |
tags(Map<String,String> tags)
List of tags attached to the Replicator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReplicatorResponse.Builder creationTime(Instant creationTime)
The time when the replicator was created.
creationTime - The time when the replicator was created.DescribeReplicatorResponse.Builder currentVersion(String currentVersion)
The current version number of the replicator.
currentVersion - The current version number of the replicator.DescribeReplicatorResponse.Builder isReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
isReplicatorReference - Whether this resource is a replicator reference.DescribeReplicatorResponse.Builder kafkaClusters(Collection<KafkaClusterDescription> kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
kafkaClusters - Kafka Clusters used in setting up sources / targets for replication.DescribeReplicatorResponse.Builder kafkaClusters(KafkaClusterDescription... kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
kafkaClusters - Kafka Clusters used in setting up sources / targets for replication.DescribeReplicatorResponse.Builder kafkaClusters(Consumer<KafkaClusterDescription.Builder>... kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
This is a convenience method that creates an instance of theKafkaClusterDescription.Builder avoiding the need to
create one manually via KafkaClusterDescription.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #kafkaClusters(List.
kafkaClusters - a consumer that will call methods on
KafkaClusterDescription.Builder#kafkaClusters(java.util.Collection) DescribeReplicatorResponse.Builder replicationInfoList(Collection<ReplicationInfoDescription> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.
replicationInfoList - A list of replication configurations, where each configuration targets a given source cluster to
target cluster replication flow.DescribeReplicatorResponse.Builder replicationInfoList(ReplicationInfoDescription... replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.
replicationInfoList - A list of replication configurations, where each configuration targets a given source cluster to
target cluster replication flow.DescribeReplicatorResponse.Builder replicationInfoList(Consumer<ReplicationInfoDescription.Builder>... replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.
This is a convenience method that creates an instance of theReplicationInfoDescription.Builder avoiding the need to
create one manually via
ReplicationInfoDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replicationInfoList(List.
replicationInfoList - a consumer that will call methods on
ReplicationInfoDescription.Builder#replicationInfoList(java.util.Collection) DescribeReplicatorResponse.Builder replicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
replicatorArn - The Amazon Resource Name (ARN) of the replicator.DescribeReplicatorResponse.Builder replicatorDescription(String replicatorDescription)
The description of the replicator.
replicatorDescription - The description of the replicator.DescribeReplicatorResponse.Builder replicatorName(String replicatorName)
The name of the replicator.
replicatorName - The name of the replicator.DescribeReplicatorResponse.Builder replicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
replicatorResourceArn - The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was
created.DescribeReplicatorResponse.Builder replicatorState(String replicatorState)
State of the replicator.
replicatorState - State of the replicator.ReplicatorState,
ReplicatorStateDescribeReplicatorResponse.Builder replicatorState(ReplicatorState replicatorState)
State of the replicator.
replicatorState - State of the replicator.ReplicatorState,
ReplicatorStateDescribeReplicatorResponse.Builder serviceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters)
serviceExecutionRoleArn - The Amazon Resource Name (ARN) of the IAM role used by the replicator to access resources in the
customer's account (e.g source and target clusters)DescribeReplicatorResponse.Builder stateInfo(ReplicationStateInfo stateInfo)
Details about the state of the replicator.
stateInfo - Details about the state of the replicator.default DescribeReplicatorResponse.Builder stateInfo(Consumer<ReplicationStateInfo.Builder> stateInfo)
Details about the state of the replicator.
This is a convenience method that creates an instance of theReplicationStateInfo.Builder avoiding
the need to create one manually via ReplicationStateInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stateInfo(ReplicationStateInfo).
stateInfo - a consumer that will call methods on ReplicationStateInfo.BuilderstateInfo(ReplicationStateInfo)DescribeReplicatorResponse.Builder tags(Map<String,String> tags)
List of tags attached to the Replicator.
tags - List of tags attached to the Replicator.Copyright © 2023. All rights reserved.