Interface CachePolicyList.Builder

    • Method Detail

      • nextMarker

        CachePolicyList.Builder nextMarker​(String nextMarker)

        If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing cache policies where you left off.

        Parameters:
        nextMarker - If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing cache policies where you left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        CachePolicyList.Builder maxItems​(Integer maxItems)

        The maximum number of cache policies requested.

        Parameters:
        maxItems - The maximum number of cache policies requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        CachePolicyList.Builder quantity​(Integer quantity)

        The total number of cache policies returned in the response.

        Parameters:
        quantity - The total number of cache policies returned in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        CachePolicyList.Builder items​(Collection<CachePolicySummary> items)

        Contains the cache policies in the list.

        Parameters:
        items - Contains the cache policies in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        CachePolicyList.Builder items​(CachePolicySummary... items)

        Contains the cache policies in the list.

        Parameters:
        items - Contains the cache policies in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.