Interface GetCatalogsRequest.Builder

    • Method Detail

      • parentCatalogId

        GetCatalogsRequest.Builder parentCatalogId​(String parentCatalogId)

        The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.

        Parameters:
        parentCatalogId - The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCatalogsRequest.Builder nextToken​(String nextToken)

        A continuation token, if this is a continuation call.

        Parameters:
        nextToken - A continuation token, if this is a continuation call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetCatalogsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of catalogs to return in one response.

        Parameters:
        maxResults - The maximum number of catalogs to return in one response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recursive

        GetCatalogsRequest.Builder recursive​(Boolean recursive)

        When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)

        Parameters:
        recursive - When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)
        Returns:
        Returns a reference to this object so that method calls can be chained together.