Interface ListAssetsRequest.Builder

    • Method Detail

      • nextToken

        ListAssetsRequest.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAssetsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return for each paginated request.

        Default: 50

        Parameters:
        maxResults - The maximum number of results to return for each paginated request.

        Default: 50

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetModelId

        ListAssetsRequest.Builder assetModelId​(String assetModelId)

        The ID of the asset model by which to filter the list of assets. This parameter is required if you choose ALL for filter.

        Parameters:
        assetModelId - The ID of the asset model by which to filter the list of assets. This parameter is required if you choose ALL for filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        ListAssetsRequest.Builder filter​(String filter)

        The filter for the requested list of assets. Choose one of the following options:

        • ALL – The list includes all assets for a given asset model ID. The assetModelId parameter is required if you filter by ALL.

        • TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.

        Default: ALL

        Parameters:
        filter - The filter for the requested list of assets. Choose one of the following options:

        • ALL – The list includes all assets for a given asset model ID. The assetModelId parameter is required if you filter by ALL.

        • TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.

        Default: ALL

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ListAssetsFilter, ListAssetsFilter
      • filter

        ListAssetsRequest.Builder filter​(ListAssetsFilter filter)

        The filter for the requested list of assets. Choose one of the following options:

        • ALL – The list includes all assets for a given asset model ID. The assetModelId parameter is required if you filter by ALL.

        • TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.

        Default: ALL

        Parameters:
        filter - The filter for the requested list of assets. Choose one of the following options:

        • ALL – The list includes all assets for a given asset model ID. The assetModelId parameter is required if you filter by ALL.

        • TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.

        Default: ALL

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ListAssetsFilter, ListAssetsFilter