public static interface ListCustomPluginsResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<ListCustomPluginsResponse.Builder,ListCustomPluginsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomPluginsResponse.Builder |
customPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResponse.Builder |
customPlugins(Consumer<CustomPluginSummary.Builder>... customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResponse.Builder |
customPlugins(CustomPluginSummary... customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResponse.Builder |
nextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomPluginsResponse.Builder customPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
customPlugins - An array of custom plugin descriptions.ListCustomPluginsResponse.Builder customPlugins(CustomPluginSummary... customPlugins)
An array of custom plugin descriptions.
customPlugins - An array of custom plugin descriptions.ListCustomPluginsResponse.Builder customPlugins(Consumer<CustomPluginSummary.Builder>... customPlugins)
An array of custom plugin descriptions.
This is a convenience method that creates an instance of theCustomPluginSummary.Builder avoiding the need to
create one manually via
CustomPluginSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #customPlugins(List.
customPlugins - a consumer that will call methods on
CustomPluginSummary.Builder#customPlugins(java.util.Collection) ListCustomPluginsResponse.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.Copyright © 2023. All rights reserved.