Interface OriginAccessControlList.Builder

    • Method Detail

      • marker

        OriginAccessControlList.Builder marker​(String marker)

        The value of the Marker field that was provided in the request.

        Parameters:
        marker - The value of the Marker field that was provided in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        OriginAccessControlList.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 to use in the Marker field of another request to continue listing origin access controls.

        Parameters:
        nextMarker - If there are more items in the list than are in this response, this element is present. It contains the value to use in the Marker field of another request to continue listing origin access controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        OriginAccessControlList.Builder maxItems​(Integer maxItems)

        The maximum number of origin access controls requested.

        Parameters:
        maxItems - The maximum number of origin access controls requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        OriginAccessControlList.Builder isTruncated​(Boolean isTruncated)

        If there are more items in the list than are in this response, this value is true.

        Parameters:
        isTruncated - If there are more items in the list than are in this response, this value is true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        OriginAccessControlList.Builder quantity​(Integer quantity)

        The number of origin access controls returned in the response.

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

        OriginAccessControlList.Builder items​(OriginAccessControlSummary... items)

        Contains the origin access controls in the list.

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