@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateReplicationInfoRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Update information relating to replication between a given source and target Kafka cluster.
NOOP
Constructor and Description |
---|
UpdateReplicationInfoRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateReplicationInfoRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ConsumerGroupReplicationUpdate |
getConsumerGroupReplication()
Updated consumer group replication information.
|
String |
getCurrentVersion()
Current replicator version.
|
String |
getReplicatorArn()
The Amazon Resource Name (ARN) of the replicator to be updated.
|
String |
getSourceKafkaClusterArn()
The ARN of the source Kafka cluster.
|
String |
getTargetKafkaClusterArn()
The ARN of the target Kafka cluster.
|
TopicReplicationUpdate |
getTopicReplication()
Updated topic replication information.
|
int |
hashCode() |
void |
setConsumerGroupReplication(ConsumerGroupReplicationUpdate consumerGroupReplication)
Updated consumer group replication information.
|
void |
setCurrentVersion(String currentVersion)
Current replicator version.
|
void |
setReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator to be updated.
|
void |
setSourceKafkaClusterArn(String sourceKafkaClusterArn)
The ARN of the source Kafka cluster.
|
void |
setTargetKafkaClusterArn(String targetKafkaClusterArn)
The ARN of the target Kafka cluster.
|
void |
setTopicReplication(TopicReplicationUpdate topicReplication)
Updated topic replication information.
|
String |
toString()
Returns a string representation of this object.
|
UpdateReplicationInfoRequest |
withConsumerGroupReplication(ConsumerGroupReplicationUpdate consumerGroupReplication)
Updated consumer group replication information.
|
UpdateReplicationInfoRequest |
withCurrentVersion(String currentVersion)
Current replicator version.
|
UpdateReplicationInfoRequest |
withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator to be updated.
|
UpdateReplicationInfoRequest |
withSourceKafkaClusterArn(String sourceKafkaClusterArn)
The ARN of the source Kafka cluster.
|
UpdateReplicationInfoRequest |
withTargetKafkaClusterArn(String targetKafkaClusterArn)
The ARN of the target Kafka cluster.
|
UpdateReplicationInfoRequest |
withTopicReplication(TopicReplicationUpdate topicReplication)
Updated topic replication information.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConsumerGroupReplication(ConsumerGroupReplicationUpdate consumerGroupReplication)
Updated consumer group replication information.
consumerGroupReplication
- Updated consumer group replication information.public ConsumerGroupReplicationUpdate getConsumerGroupReplication()
Updated consumer group replication information.
public UpdateReplicationInfoRequest withConsumerGroupReplication(ConsumerGroupReplicationUpdate consumerGroupReplication)
Updated consumer group replication information.
consumerGroupReplication
- Updated consumer group replication information.public void setCurrentVersion(String currentVersion)
Current replicator version.
currentVersion
- Current replicator version.public String getCurrentVersion()
Current replicator version.
public UpdateReplicationInfoRequest withCurrentVersion(String currentVersion)
Current replicator version.
currentVersion
- Current replicator version.public void setReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator to be updated.
replicatorArn
- The Amazon Resource Name (ARN) of the replicator to be updated.public String getReplicatorArn()
The Amazon Resource Name (ARN) of the replicator to be updated.
public UpdateReplicationInfoRequest withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator to be updated.
replicatorArn
- The Amazon Resource Name (ARN) of the replicator to be updated.public void setSourceKafkaClusterArn(String sourceKafkaClusterArn)
The ARN of the source Kafka cluster.
sourceKafkaClusterArn
- The ARN of the source Kafka cluster.public String getSourceKafkaClusterArn()
The ARN of the source Kafka cluster.
public UpdateReplicationInfoRequest withSourceKafkaClusterArn(String sourceKafkaClusterArn)
The ARN of the source Kafka cluster.
sourceKafkaClusterArn
- The ARN of the source Kafka cluster.public void setTargetKafkaClusterArn(String targetKafkaClusterArn)
The ARN of the target Kafka cluster.
targetKafkaClusterArn
- The ARN of the target Kafka cluster.public String getTargetKafkaClusterArn()
The ARN of the target Kafka cluster.
public UpdateReplicationInfoRequest withTargetKafkaClusterArn(String targetKafkaClusterArn)
The ARN of the target Kafka cluster.
targetKafkaClusterArn
- The ARN of the target Kafka cluster.public void setTopicReplication(TopicReplicationUpdate topicReplication)
Updated topic replication information.
topicReplication
- Updated topic replication information.public TopicReplicationUpdate getTopicReplication()
Updated topic replication information.
public UpdateReplicationInfoRequest withTopicReplication(TopicReplicationUpdate topicReplication)
Updated topic replication information.
topicReplication
- Updated topic replication information.public String toString()
toString
in class Object
Object.toString()
public UpdateReplicationInfoRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()