public static interface OriginAccessControlList.Builder extends SdkPojo, CopyableBuilder<OriginAccessControlList.Builder,OriginAccessControlList>
| Modifier and Type | Method and Description |
|---|---|
OriginAccessControlList.Builder |
isTruncated(Boolean isTruncated)
If there are more items in the list than are in this response, this value is
true. |
OriginAccessControlList.Builder |
items(Collection<OriginAccessControlSummary> items)
Contains the origin access controls in the list.
|
OriginAccessControlList.Builder |
items(Consumer<OriginAccessControlSummary.Builder>... items)
Contains the origin access controls in the list.
|
OriginAccessControlList.Builder |
items(OriginAccessControlSummary... items)
Contains the origin access controls in the list.
|
OriginAccessControlList.Builder |
marker(String marker)
The value of the
Marker field that was provided in the request. |
OriginAccessControlList.Builder |
maxItems(Integer maxItems)
The maximum number of origin access controls requested.
|
OriginAccessControlList.Builder |
nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
OriginAccessControlList.Builder |
quantity(Integer quantity)
The number of origin access controls returned in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOriginAccessControlList.Builder marker(String marker)
The value of the Marker field that was provided in the request.
marker - The value of the Marker field that was provided in the request.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.
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.OriginAccessControlList.Builder maxItems(Integer maxItems)
The maximum number of origin access controls requested.
maxItems - The maximum number of origin access controls requested.OriginAccessControlList.Builder isTruncated(Boolean isTruncated)
If there are more items in the list than are in this response, this value is true.
isTruncated - If there are more items in the list than are in this response, this value is true.OriginAccessControlList.Builder quantity(Integer quantity)
The number of origin access controls returned in the response.
quantity - The number of origin access controls returned in the response.OriginAccessControlList.Builder items(Collection<OriginAccessControlSummary> items)
Contains the origin access controls in the list.
items - Contains the origin access controls in the list.OriginAccessControlList.Builder items(OriginAccessControlSummary... items)
Contains the origin access controls in the list.
items - Contains the origin access controls in the list.OriginAccessControlList.Builder items(Consumer<OriginAccessControlSummary.Builder>... items)
Contains the origin access controls in the list.
This is a convenience method that creates an instance of theOriginAccessControlSummary.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.
items - a consumer that will call methods on
OriginAccessControlSummary.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.