Interface ListClustersRequest.Builder

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

public static interface ListClustersRequest.Builder extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
  • Method Details

    • maxResults

      ListClustersRequest.Builder maxResults(Integer maxResults)

      The maximum number of elastic cluster snapshot results to receive in the response.

      Parameters:
      maxResults - The maximum number of elastic cluster snapshot results to receive in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListClustersRequest.Builder nextToken(String nextToken)

      A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

      If there is no more data in the responce, the nextToken will not be returned.

      Parameters:
      nextToken - A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

      If there is no more data in the responce, the nextToken will not be returned.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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