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(Consumer<GeoMatchSetSummary.Builder>... 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListGeoMatchSetsResponse.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.ListGeoMatchSetsResponse.Builder geoMatchSets(Consumer<GeoMatchSetSummary.Builder>... geoMatchSets)
An array of GeoMatchSetSummary 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 #geoMatchSets(List) .geoMatchSets - a consumer that will call methods on List.Builder #geoMatchSets(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.