Interface OriginAccessControlList.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OriginAccessControlList.Builder,OriginAccessControlList>, SdkBuilder<OriginAccessControlList.Builder,OriginAccessControlList>, SdkPojo
Enclosing class:
OriginAccessControlList

public static interface OriginAccessControlList.Builder extends SdkPojo, CopyableBuilder<OriginAccessControlList.Builder,OriginAccessControlList>
  • Method Details

    • 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

      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

      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

      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.
    • 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.
    • items

      Contains the origin access controls in the list.

      This is a convenience method that creates an instance of the OriginAccessControlSummary.Builder avoiding the need to create one manually via OriginAccessControlSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<OriginAccessControlSummary>).

      Parameters:
      items - a consumer that will call methods on OriginAccessControlSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: