public static interface UpdateGeoMatchSetRequest.Builder extends WAFRequest.Builder, CopyableBuilder<UpdateGeoMatchSetRequest.Builder,UpdateGeoMatchSetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGeoMatchSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateGeoMatchSetRequest.Builder |
geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId of the GeoMatchSet that you want to update. |
UpdateGeoMatchSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateGeoMatchSetRequest.Builder |
updates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
UpdateGeoMatchSetRequest.Builder |
updates(GeoMatchSetUpdate... updates)
An array of
GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. |
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateGeoMatchSetRequest.Builder geoMatchSetId(String geoMatchSetId)
The GeoMatchSetId of the GeoMatchSet that you want to update. GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.
geoMatchSetId - The GeoMatchSetId of the GeoMatchSet that you want to update.
GeoMatchSetId is returned by CreateGeoMatchSet and by ListGeoMatchSets.UpdateGeoMatchSetRequest.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.UpdateGeoMatchSetRequest.Builder updates(Collection<GeoMatchSetUpdate> updates)
An array of GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action and GeoMatchConstraint
GeoMatchConstraint: Contains Type and Value
You can have only one Type and Value per GeoMatchConstraint. To add
multiple countries, include multiple GeoMatchSetUpdate objects in your request.
updates - An array of GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action and GeoMatchConstraint
GeoMatchConstraint: Contains Type and Value
You can have only one Type and Value per GeoMatchConstraint. To
add multiple countries, include multiple GeoMatchSetUpdate objects in your request.
UpdateGeoMatchSetRequest.Builder updates(GeoMatchSetUpdate... updates)
An array of GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action and GeoMatchConstraint
GeoMatchConstraint: Contains Type and Value
You can have only one Type and Value per GeoMatchConstraint. To add
multiple countries, include multiple GeoMatchSetUpdate objects in your request.
updates - An array of GeoMatchSetUpdate objects that you want to insert into or delete from an
GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action and GeoMatchConstraint
GeoMatchConstraint: Contains Type and Value
You can have only one Type and Value per GeoMatchConstraint. To
add multiple countries, include multiple GeoMatchSetUpdate objects in your request.
UpdateGeoMatchSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.