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 Details

    • 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.
    • namePrefix

      ListCustomPluginsRequest.Builder namePrefix(String namePrefix)

      Lists custom plugin names that start with the specified text string.

      Parameters:
      namePrefix - Lists custom plugin names that start with the specified text string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.