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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetGeoMatchSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetGeoMatchSetRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetGeoMatchSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.