Interface ListConfigurationRevisionsResponse.Builder

    • Method Detail

      • configurationId

        ListConfigurationRevisionsResponse.Builder configurationId​(String configurationId)

        The unique ID that Amazon MQ generates for the configuration.

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

        ListConfigurationRevisionsResponse.Builder maxResults​(Integer maxResults)

        The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.

        Parameters:
        maxResults - The maximum number of configuration revisions that can be returned 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

        ListConfigurationRevisionsResponse.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.
      • revisions

        ListConfigurationRevisionsResponse.Builder revisions​(ConfigurationRevision... revisions)

        The list of all revisions for the specified configuration.

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