Interface UpdateIpSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIpSetRequest.Builder,UpdateIpSetRequest>,SdkBuilder<UpdateIpSetRequest.Builder,UpdateIpSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- UpdateIpSetRequest
public static interface UpdateIpSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateIpSetRequest.Builder,UpdateIpSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIpSetRequest.BuilderchangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateIpSetRequest.BuilderipSetId(String ipSetId)TheIPSetIdof the IPSet that you want to update.UpdateIpSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIpSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIpSetRequest.Builderupdates(Collection<IPSetUpdate> updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.UpdateIpSetRequest.Builderupdates(Consumer<IPSetUpdate.Builder>... updates)An array ofIPSetUpdateobjects that you want to insert into or delete from an IPSet.UpdateIpSetRequest.Builderupdates(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
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
-
ipSetId
UpdateIpSetRequest.Builder ipSetId(String 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
UpdateIpSetRequest.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
UpdateIpSetRequest.Builder updates(Collection<IPSetUpdate> 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
UpdateIpSetRequest.Builder updates(IPSetUpdate... 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
UpdateIpSetRequest.Builder updates(Consumer<IPSetUpdate.Builder>... 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 to#updates(List.) - 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:
#updates(java.util.Collection)
-
-
overrideConfiguration
UpdateIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-