public static interface ListGeoMatchSetsResponse.Builder extends WAFResponse.Builder, CopyableBuilder<ListGeoMatchSetsResponse.Builder,ListGeoMatchSetsResponse>
Modifier and Type | Method and Description |
---|---|
ListGeoMatchSetsResponse.Builder |
geoMatchSets(Collection<GeoMatchSetSummary> geoMatchSets)
An array of GeoMatchSetSummary objects.
|
ListGeoMatchSetsResponse.Builder |
geoMatchSets(GeoMatchSetSummary... geoMatchSets)
An array of GeoMatchSetSummary objects.
|
ListGeoMatchSetsResponse.Builder |
nextMarker(String nextMarker)
If you have more
GeoMatchSet objects than the number that you specified for Limit
in the request, the response includes a NextMarker value. |
build
copy
apply, build
ListGeoMatchSetsResponse.Builder nextMarker(String nextMarker)
If you have more GeoMatchSet
objects than the number that you specified for Limit
in the request, the response includes a NextMarker
value. To list more GeoMatchSet
objects, submit another ListGeoMatchSets
request, and specify the NextMarker
value
from the response in the NextMarker
value in the next request.
nextMarker
- If you have more GeoMatchSet
objects than the number that you specified for
Limit
in the request, the response includes a NextMarker
value. To list more
GeoMatchSet
objects, submit another ListGeoMatchSets
request, and specify
the NextMarker
value from the response in the NextMarker
value in the next
request.ListGeoMatchSetsResponse.Builder geoMatchSets(Collection<GeoMatchSetSummary> geoMatchSets)
An array of GeoMatchSetSummary objects.
geoMatchSets
- An array of GeoMatchSetSummary objects.ListGeoMatchSetsResponse.Builder geoMatchSets(GeoMatchSetSummary... geoMatchSets)
An array of GeoMatchSetSummary objects.
geoMatchSets
- An array of GeoMatchSetSummary objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.