public static interface ListXssMatchSetsResponse.Builder extends WAFResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #xssMatchSets(List) .xssMatchSets - a consumer that will call methods on List.Builder #xssMatchSets(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.