Interface UpdateIpSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIpSetRequest.Builder,,UpdateIpSetRequest> SdkBuilder<UpdateIpSetRequest.Builder,,UpdateIpSetRequest> SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
UpdateIpSetRequest
-
Method Summary
Modifier and TypeMethodDescriptionchangeToken(String changeToken) The value returned by the most recent call to GetChangeToken.TheIPSetIdof the IPSet that you want to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.updates(Collection<IPSetUpdate> updates) An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.updates(Consumer<IPSetUpdate.Builder>... updates) An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.updates(IPSetUpdate... updates) An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build
-
Method Details
-
ipSetId
The
IPSetIdof the IPSet that you want to update.IPSetIdis returned by CreateIPSet and by ListIPSets.- Parameters:
ipSetId- TheIPSetIdof the IPSet that you want to update.IPSetIdis returned by CreateIPSet and by ListIPSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
An array of
IPSetUpdateobjects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
ActionandIPSetDescriptor -
IPSetDescriptor: Contains
TypeandValue
You can insert a maximum of 1000 addresses in a single request.
- Parameters:
updates- An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
ActionandIPSetDescriptor -
IPSetDescriptor: Contains
TypeandValue
You can insert a maximum of 1000 addresses in a single request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
An array of
IPSetUpdateobjects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
ActionandIPSetDescriptor -
IPSetDescriptor: Contains
TypeandValue
You can insert a maximum of 1000 addresses in a single request.
- Parameters:
updates- An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
ActionandIPSetDescriptor -
IPSetDescriptor: Contains
TypeandValue
You can insert a maximum of 1000 addresses in a single request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
An array of
IPSetUpdateobjects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
ActionandIPSetDescriptor -
IPSetDescriptor: Contains
TypeandValue
You can insert a maximum of 1000 addresses in a single request.
This is a convenience method that creates an instance of theIPSetUpdate.Builderavoiding the need to create one manually viaIPSetUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toupdates(List<IPSetUpdate>).- Parameters:
updates- a consumer that will call methods onIPSetUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
UpdateIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-