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