Interface ListChangeSetsRequest.Builder

    • Method Detail

      • catalog

        ListChangeSetsRequest.Builder catalog​(String catalog)

        The catalog related to the request. Fixed value: AWSMarketplace

        Parameters:
        catalog - The catalog related to the request. Fixed value: AWSMarketplace
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterList

        ListChangeSetsRequest.Builder filterList​(Collection<Filter> filterList)

        An array of filter objects.

        Parameters:
        filterList - An array of filter objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterList

        ListChangeSetsRequest.Builder filterList​(Filter... filterList)

        An array of filter objects.

        Parameters:
        filterList - An array of filter objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sort

        ListChangeSetsRequest.Builder sort​(Sort sort)

        An object that contains two attributes, SortBy and SortOrder.

        Parameters:
        sort - An object that contains two attributes, SortBy and SortOrder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListChangeSetsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.

        Parameters:
        maxResults - The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChangeSetsRequest.Builder nextToken​(String nextToken)

        The token value retrieved from a previous call to access the next page of results.

        Parameters:
        nextToken - The token value retrieved from a previous call to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.