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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateGeoMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
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(Consumer<GeoMatchSetUpdate.Builder>... 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. |
build
overrideConfiguration
copy
applyMutation, build
UpdateGeoMatchSetRequest.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 updates(Consumer<GeoMatchSetUpdate.Builder>... 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.
List.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #updates(List)
.updates
- a consumer that will call methods on List.Builder
#updates(List)
UpdateGeoMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateGeoMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.