Interface UpdateGeoMatchSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGeoMatchSetRequest.Builder,UpdateGeoMatchSetRequest>,SdkBuilder<UpdateGeoMatchSetRequest.Builder,UpdateGeoMatchSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- UpdateGeoMatchSetRequest
public static interface UpdateGeoMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateGeoMatchSetRequest.Builder,UpdateGeoMatchSetRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
geoMatchSetId
UpdateGeoMatchSetRequest.Builder geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetIdof the GeoMatchSet that you want to update.GeoMatchSetIdis returned by CreateGeoMatchSet and by ListGeoMatchSets.- Parameters:
geoMatchSetId- TheGeoMatchSetIdof the GeoMatchSet that you want to update.GeoMatchSetIdis returned by CreateGeoMatchSet and by ListGeoMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeToken
UpdateGeoMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
- Parameters:
changeToken- The value returned by the most recent call to GetChangeToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updates
UpdateGeoMatchSetRequest.Builder updates(Collection<GeoMatchSetUpdate> updates)
An array of
GeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:-
GeoMatchSetUpdate: Contains
ActionandGeoMatchConstraint -
GeoMatchConstraint: Contains
TypeandValueYou can have only one
TypeandValueperGeoMatchConstraint. To add multiple countries, include multipleGeoMatchSetUpdateobjects in your request.
- Parameters:
updates- An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:-
GeoMatchSetUpdate: Contains
ActionandGeoMatchConstraint -
GeoMatchConstraint: Contains
TypeandValueYou can have only one
TypeandValueperGeoMatchConstraint. To add multiple countries, include multipleGeoMatchSetUpdateobjects in your request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateGeoMatchSetRequest.Builder updates(GeoMatchSetUpdate... updates)
An array of
GeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:-
GeoMatchSetUpdate: Contains
ActionandGeoMatchConstraint -
GeoMatchConstraint: Contains
TypeandValueYou can have only one
TypeandValueperGeoMatchConstraint. To add multiple countries, include multipleGeoMatchSetUpdateobjects in your request.
- Parameters:
updates- An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:-
GeoMatchSetUpdate: Contains
ActionandGeoMatchConstraint -
GeoMatchConstraint: Contains
TypeandValueYou can have only one
TypeandValueperGeoMatchConstraint. To add multiple countries, include multipleGeoMatchSetUpdateobjects in your request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateGeoMatchSetRequest.Builder updates(Consumer<GeoMatchSetUpdate.Builder>... updates)
An array of
GeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:-
GeoMatchSetUpdate: Contains
ActionandGeoMatchConstraint -
GeoMatchConstraint: Contains
TypeandValueYou can have only one
TypeandValueperGeoMatchConstraint. To add multiple countries, include multipleGeoMatchSetUpdateobjects in your request.
GeoMatchSetUpdate.Builderavoiding the need to create one manually viaGeoMatchSetUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#updates(List.) - Parameters:
updates- a consumer that will call methods onGeoMatchSetUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#updates(java.util.Collection)
-
-
overrideConfiguration
UpdateGeoMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGeoMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-