public static interface CreateGeoMatchSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<CreateGeoMatchSetResponse.Builder,CreateGeoMatchSetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGeoMatchSetResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateGeoMatchSet request. |
default CreateGeoMatchSetResponse.Builder |
geoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
CreateGeoMatchSetResponse.Builder |
geoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateGeoMatchSetResponse.Builder geoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet
contains no GeoMatchConstraints.
geoMatchSet - The GeoMatchSet returned in the CreateGeoMatchSet response. The
GeoMatchSet contains no GeoMatchConstraints.default CreateGeoMatchSetResponse.Builder geoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet
contains no GeoMatchConstraints.
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)CreateGeoMatchSetResponse.Builder changeToken(String changeToken)
The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also
use this value to query the status of the request. For more information, see GetChangeTokenStatus.
changeToken - The ChangeToken that you used to submit the CreateGeoMatchSet request. You
can also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.