Interface ListCustomPluginsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCustomPluginsRequest.Builder,ListCustomPluginsRequest>,KafkaConnectRequest.Builder,SdkBuilder<ListCustomPluginsRequest.Builder,ListCustomPluginsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCustomPluginsRequest
public static interface ListCustomPluginsRequest.Builder extends KafkaConnectRequest.Builder, SdkPojo, CopyableBuilder<ListCustomPluginsRequest.Builder,ListCustomPluginsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomPluginsRequest.BuildermaxResults(Integer maxResults)The maximum number of custom plugins to list in one response.ListCustomPluginsRequest.BuildernextToken(String nextToken)If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.ListCustomPluginsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomPluginsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListCustomPluginsRequest.Builder maxResults(Integer maxResults)
The maximum number of custom plugins to list in one response.
- Parameters:
maxResults- The maximum number of custom plugins to list in one response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCustomPluginsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomPluginsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-