CopyableBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>, SdkBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>public static interface ListXssMatchSetsResponse.Builder extends CopyableBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>
| Modifier and Type | Method | 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(XssMatchSetSummary... xssMatchSets) |
An array of XssMatchSetSummary objects.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setXssMatchSets(java.util.Collection) or #withXssMatchSets(java.util.Collection) if you want
to override the existing values.
xssMatchSets - An array of XssMatchSetSummary objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.