Interface ListUsersRequest.Builder

  • Method Details

    • brokerId

      ListUsersRequest.Builder brokerId(String brokerId)

      The unique ID that Amazon MQ generates for the broker.

      Parameters:
      brokerId - The unique ID that Amazon MQ generates for the broker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListUsersRequest.Builder maxResults(Integer maxResults)

      The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

      Parameters:
      maxResults - The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListUsersRequest.Builder nextToken(String nextToken)

      The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

      Parameters:
      nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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