Interface ListReplicatorsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListReplicatorsRequest.Builder,ListReplicatorsRequest>, KafkaRequest.Builder, SdkBuilder<ListReplicatorsRequest.Builder,ListReplicatorsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListReplicatorsRequest

public static interface ListReplicatorsRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListReplicatorsRequest.Builder,ListReplicatorsRequest>
  • Method Details

    • maxResults

      ListReplicatorsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

      Parameters:
      maxResults - The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListReplicatorsRequest.Builder nextToken(String nextToken)

      If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.

      Parameters:
      nextToken - If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicatorNameFilter

      ListReplicatorsRequest.Builder replicatorNameFilter(String replicatorNameFilter)

      Returns replicators starting with given name.

      Parameters:
      replicatorNameFilter - Returns replicators starting with given name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListReplicatorsRequest.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.