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