public static interface GetGeoMatchSetRequest.Builder extends WafRequest.Builder, CopyableBuilder<GetGeoMatchSetRequest.Builder,GetGeoMatchSetRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGeoMatchSetRequest.Builder |
geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId of the GeoMatchSet that you want to get. |
GetGeoMatchSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetGeoMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetGeoMatchSetRequest.Builder geoMatchSetId(String geoMatchSetId)
The GeoMatchSetId of the GeoMatchSet that you want to get. GeoMatchSetId is
returned by CreateGeoMatchSet and by ListGeoMatchSets.
geoMatchSetId - The GeoMatchSetId of the GeoMatchSet that you want to get.
GeoMatchSetId is returned by CreateGeoMatchSet and by ListGeoMatchSets.GetGeoMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetGeoMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.