public static interface UpdateReplicationInfoResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<UpdateReplicationInfoResponse.Builder,UpdateReplicationInfoResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateReplicationInfoResponse.Builder |
replicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
UpdateReplicationInfoResponse.Builder |
replicatorState(ReplicatorState replicatorState)
State of the replicator.
|
UpdateReplicationInfoResponse.Builder |
replicatorState(String replicatorState)
State of the replicator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateReplicationInfoResponse.Builder replicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
replicatorArn - The Amazon Resource Name (ARN) of the replicator.UpdateReplicationInfoResponse.Builder replicatorState(String replicatorState)
State of the replicator.
replicatorState - State of the replicator.ReplicatorState,
ReplicatorStateUpdateReplicationInfoResponse.Builder replicatorState(ReplicatorState replicatorState)
State of the replicator.
replicatorState - State of the replicator.ReplicatorState,
ReplicatorStateCopyright © 2023. All rights reserved.