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