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.TheIPSetId
of 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 ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.updates
(Consumer<IPSetUpdate.Builder>... updates) An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.updates
(IPSetUpdate... updates) An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet.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 Details
-
ipSetId
The
IPSetId
of the IPSet that you want to update.IPSetId
is returned by CreateIPSet and by ListIPSets.- Parameters:
ipSetId
- TheIPSetId
of the IPSet that you want to update.IPSetId
is 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
IPSetUpdate
objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
Action
andIPSetDescriptor
-
IPSetDescriptor: Contains
Type
andValue
You can insert a maximum of 1000 addresses in a single request.
- Parameters:
updates
- An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
Action
andIPSetDescriptor
-
IPSetDescriptor: Contains
Type
andValue
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
IPSetUpdate
objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
Action
andIPSetDescriptor
-
IPSetDescriptor: Contains
Type
andValue
You can insert a maximum of 1000 addresses in a single request.
- Parameters:
updates
- An array ofIPSetUpdate
objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
Action
andIPSetDescriptor
-
IPSetDescriptor: Contains
Type
andValue
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
IPSetUpdate
objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
Action
andIPSetDescriptor
-
IPSetDescriptor: Contains
Type
andValue
You can insert a maximum of 1000 addresses in a single request.
This is a convenience method that creates an instance of theIPSetUpdate.Builder
avoiding the need to create one manually viaIPSetUpdate.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-