Interface ListConfigurationsResponse.Builder

    • Method Detail

      • configurations

        ListConfigurationsResponse.Builder configurations​(Collection<Configuration> configurations)

        The list of all revisions for the specified configuration.

        Parameters:
        configurations - The list of all revisions for the specified configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurations

        ListConfigurationsResponse.Builder configurations​(Configuration... configurations)

        The list of all revisions for the specified configuration.

        Parameters:
        configurations - The list of all revisions for the specified configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListConfigurationsResponse.Builder maxResults​(Integer maxResults)

        The maximum number of configurations 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 configurations 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

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