public static interface ListXssMatchSetsResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListXssMatchSetsResponse.Builder |
nextMarker(String nextMarker)
If you have more XssMatchSet objects than the number that you specified for
Limit in the
request, the response includes a NextMarker value. |
ListXssMatchSetsResponse.Builder |
xssMatchSets(Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.
|
ListXssMatchSetsResponse.Builder |
xssMatchSets(Consumer<XssMatchSetSummary.Builder>... xssMatchSets)
An array of XssMatchSetSummary objects.
|
ListXssMatchSetsResponse.Builder |
xssMatchSets(XssMatchSetSummary... xssMatchSets)
An array of XssMatchSetSummary objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListXssMatchSetsResponse.Builder nextMarker(String nextMarker)
If you have more XssMatchSet objects than the number that you specified for Limit in the
request, the response includes a NextMarker value. To list more XssMatchSet
objects, submit another ListXssMatchSets request, and specify the NextMarker value
from the response in the NextMarker value in the next request.
nextMarker - If you have more XssMatchSet objects than the number that you specified for Limit
in the request, the response includes a NextMarker value. To list more
XssMatchSet objects, submit another ListXssMatchSets request, and specify
the NextMarker value from the response in the NextMarker value in the next
request.ListXssMatchSetsResponse.Builder xssMatchSets(Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.
xssMatchSets - An array of XssMatchSetSummary objects.ListXssMatchSetsResponse.Builder xssMatchSets(XssMatchSetSummary... xssMatchSets)
An array of XssMatchSetSummary objects.
xssMatchSets - An array of XssMatchSetSummary objects.ListXssMatchSetsResponse.Builder xssMatchSets(Consumer<XssMatchSetSummary.Builder>... xssMatchSets)
An array of XssMatchSetSummary objects.
This is a convenience method that creates an instance of theXssMatchSetSummary.Builder avoiding the need to create one
manually via XssMatchSetSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #xssMatchSets(List.
xssMatchSets - a consumer that will call methods on
XssMatchSetSummary.Builder#xssMatchSets(java.util.Collection) Copyright © 2023. All rights reserved.