public static interface ListWorkerConfigurationsResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<ListWorkerConfigurationsResponse.Builder,ListWorkerConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkerConfigurationsResponse.Builder |
nextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
|
ListWorkerConfigurationsResponse.Builder |
workerConfigurations(Collection<WorkerConfigurationSummary> workerConfigurations)
An array of worker configuration descriptions.
|
ListWorkerConfigurationsResponse.Builder |
workerConfigurations(Consumer<WorkerConfigurationSummary.Builder>... workerConfigurations)
An array of worker configuration descriptions.
|
ListWorkerConfigurationsResponse.Builder |
workerConfigurations(WorkerConfigurationSummary... workerConfigurations)
An array of worker configuration descriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkerConfigurationsResponse.Builder nextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken - If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
Send this NextToken in a subsequent request to continue listing from where the previous operation left
off.ListWorkerConfigurationsResponse.Builder workerConfigurations(Collection<WorkerConfigurationSummary> workerConfigurations)
An array of worker configuration descriptions.
workerConfigurations - An array of worker configuration descriptions.ListWorkerConfigurationsResponse.Builder workerConfigurations(WorkerConfigurationSummary... workerConfigurations)
An array of worker configuration descriptions.
workerConfigurations - An array of worker configuration descriptions.ListWorkerConfigurationsResponse.Builder workerConfigurations(Consumer<WorkerConfigurationSummary.Builder>... workerConfigurations)
An array of worker configuration descriptions.
This is a convenience method that creates an instance of theWorkerConfigurationSummary.Builder avoiding the
need to create one manually via
WorkerConfigurationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #workerConfigurations(List.
workerConfigurations - a consumer that will call methods on
WorkerConfigurationSummary.Builder#workerConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.