public static interface ListGeoMatchSetsResponse.Builder extends WafResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theGeoMatchSetSummary.Builder avoiding the need to create one
manually via GeoMatchSetSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #geoMatchSets(List.
geoMatchSets - a consumer that will call methods on
GeoMatchSetSummary.Builder#geoMatchSets(java.util.Collection) Copyright © 2023. All rights reserved.