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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateGeoMatchSetRequest.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.