public static interface OriginRequestPolicyList.Builder extends SdkPojo, CopyableBuilder<OriginRequestPolicyList.Builder,OriginRequestPolicyList>
| Modifier and Type | Method and Description |
|---|---|
OriginRequestPolicyList.Builder |
items(Collection<OriginRequestPolicySummary> items)
Contains the origin request policies in the list.
|
OriginRequestPolicyList.Builder |
items(Consumer<OriginRequestPolicySummary.Builder>... items)
Contains the origin request policies in the list.
|
OriginRequestPolicyList.Builder |
items(OriginRequestPolicySummary... items)
Contains the origin request policies in the list.
|
OriginRequestPolicyList.Builder |
maxItems(Integer maxItems)
The maximum number of origin request policies requested.
|
OriginRequestPolicyList.Builder |
nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
OriginRequestPolicyList.Builder |
quantity(Integer quantity)
The total number of origin request policies returned in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOriginRequestPolicyList.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 origin
request policies where you left off.
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 origin request policies where you left off.OriginRequestPolicyList.Builder maxItems(Integer maxItems)
The maximum number of origin request policies requested.
maxItems - The maximum number of origin request policies requested.OriginRequestPolicyList.Builder quantity(Integer quantity)
The total number of origin request policies returned in the response.
quantity - The total number of origin request policies returned in the response.OriginRequestPolicyList.Builder items(Collection<OriginRequestPolicySummary> items)
Contains the origin request policies in the list.
items - Contains the origin request policies in the list.OriginRequestPolicyList.Builder items(OriginRequestPolicySummary... items)
Contains the origin request policies in the list.
items - Contains the origin request policies in the list.OriginRequestPolicyList.Builder items(Consumer<OriginRequestPolicySummary.Builder>... items)
Contains the origin request policies in the list.
This is a convenience method that creates an instance of theOriginRequestPolicySummary.Builder avoiding the need
to create one manually via
OriginRequestPolicySummary.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
OriginRequestPolicySummary.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.