static OriginAccessControlList.Builder |
OriginAccessControlList.builder() |
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.isTruncated(Boolean isTruncated) |
If there are more items in the list than are in this response, this value is true.
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.items(Collection<OriginAccessControlSummary> items) |
Contains the origin access controls in the list.
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.items(Consumer<OriginAccessControlSummary.Builder>... items) |
Contains the origin access controls in the list.
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.items(OriginAccessControlSummary... items) |
Contains the origin access controls in the list.
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.marker(String marker) |
The value of the Marker field that was provided in the request.
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.maxItems(Integer maxItems) |
The maximum number of origin access controls requested.
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.nextMarker(String nextMarker) |
If there are more items in the list than are in this response, this element is present.
|
OriginAccessControlList.Builder |
OriginAccessControlList.Builder.quantity(Integer quantity) |
The number of origin access controls returned in the response.
|
OriginAccessControlList.Builder |
OriginAccessControlList.toBuilder() |
|