Interface ListStreamGroupsRequest.Builder

  • Method Details

    • maxResults

      ListStreamGroupsRequest.Builder maxResults(Integer maxResults)

      The number of results to return. Use this parameter with NextToken to return results in sequential pages. Default value is 25.

      Parameters:
      maxResults - The number of results to return. Use this parameter with NextToken to return results in sequential pages. Default value is 25.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token that marks the start of the next set of results. Use this token when you retrieve results as sequential pages. To get the first page of results, omit a token value. To get the remaining pages, provide the token returned with the previous result set.

      Parameters:
      nextToken - A token that marks the start of the next set of results. Use this token when you retrieve results as sequential pages. To get the first page of results, omit a token value. To get the remaining pages, provide the token returned with the previous result set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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