public static interface ListReplicatorsResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<ListReplicatorsResponse.Builder,ListReplicatorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReplicatorsResponse.Builder |
nextToken(String nextToken)
If the response of ListReplicators is truncated, it returns a NextToken in the response.
|
ListReplicatorsResponse.Builder |
replicators(Collection<ReplicatorSummary> replicators)
List containing information of each of the replicators in the account.
|
ListReplicatorsResponse.Builder |
replicators(Consumer<ReplicatorSummary.Builder>... replicators)
List containing information of each of the replicators in the account.
|
ListReplicatorsResponse.Builder |
replicators(ReplicatorSummary... replicators)
List containing information of each of the replicators in the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReplicatorsResponse.Builder nextToken(String nextToken)
If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.
nextToken - If the response of ListReplicators is truncated, it returns a NextToken in the response. This
NextToken should be sent in the subsequent request to ListReplicators.ListReplicatorsResponse.Builder replicators(Collection<ReplicatorSummary> replicators)
List containing information of each of the replicators in the account.
replicators - List containing information of each of the replicators in the account.ListReplicatorsResponse.Builder replicators(ReplicatorSummary... replicators)
List containing information of each of the replicators in the account.
replicators - List containing information of each of the replicators in the account.ListReplicatorsResponse.Builder replicators(Consumer<ReplicatorSummary.Builder>... replicators)
List containing information of each of the replicators in the account.
This is a convenience method that creates an instance of theReplicatorSummary.Builder avoiding the need to create one
manually via ReplicatorSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #replicators(List.
replicators - a consumer that will call methods on
ReplicatorSummary.Builder#replicators(java.util.Collection) Copyright © 2023. All rights reserved.