public static interface ListWorkerConfigurationsRequest.Builder extends KafkaConnectRequest.Builder, SdkPojo, CopyableBuilder<ListWorkerConfigurationsRequest.Builder,ListWorkerConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkerConfigurationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of worker configurations to list in one response.
|
ListWorkerConfigurationsRequest.Builder |
nextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
|
ListWorkerConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkerConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkerConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of worker configurations to list in one response.
maxResults - The maximum number of worker configurations to list in one response.ListWorkerConfigurationsRequest.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.ListWorkerConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkerConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.