public static interface GetGeoMatchSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetGeoMatchSetResponse.Builder,GetGeoMatchSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGeoMatchSetResponse.Builder |
geoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
GetGeoMatchSetResponse.Builder |
geoMatchSet(GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetGeoMatchSetResponse.Builder geoMatchSet(GeoMatchSet geoMatchSet)
Information about the GeoMatchSet that you specified in the GetGeoMatchSet request. This
includes the Type, which for a GeoMatchContraint is always Country, as
well as the Value, which is the identifier for a specific country.
geoMatchSet - Information about the GeoMatchSet that you specified in the GetGeoMatchSet
request. This includes the Type, which for a GeoMatchContraint is always
Country, as well as the Value, which is the identifier for a specific
country.default GetGeoMatchSetResponse.Builder geoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)
Information about the GeoMatchSet that you specified in the GetGeoMatchSet request. This
includes the Type, which for a GeoMatchContraint is always Country, as
well as the Value, which is the identifier for a specific country.
GeoMatchSet.Builder avoiding the need to create
one manually via GeoMatchSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to geoMatchSet(GeoMatchSet).geoMatchSet - a consumer that will call methods on GeoMatchSet.BuildergeoMatchSet(GeoMatchSet)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.