public static interface DeleteGeoMatchSetRequest.Builder extends WAFRequest.Builder, CopyableBuilder<DeleteGeoMatchSetRequest.Builder,DeleteGeoMatchSetRequest>
Modifier and Type | Method and Description |
---|---|
DeleteGeoMatchSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteGeoMatchSetRequest.Builder |
geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetID of the GeoMatchSet that you want to delete. |
DeleteGeoMatchSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteGeoMatchSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DeleteGeoMatchSetRequest.Builder geoMatchSetId(String geoMatchSetId)
The GeoMatchSetID
of the GeoMatchSet that you want to delete. GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.
geoMatchSetId
- The GeoMatchSetID
of the GeoMatchSet that you want to delete.
GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.DeleteGeoMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.DeleteGeoMatchSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteGeoMatchSetRequest.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.