public static interface UpdateIpSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateIpSetRequest.Builder,UpdateIpSetRequest>
Modifier and Type | Method and Description |
---|---|
UpdateIpSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateIpSetRequest.Builder |
ipSetId(String ipSetId)
The
IPSetId of the IPSet that you want to update. |
UpdateIpSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateIpSetRequest.Builder |
updates(Collection<IPSetUpdate> updates)
An array of
IPSetUpdate objects that you want to insert into or delete from an IPSet. |
UpdateIpSetRequest.Builder |
updates(Consumer<IPSetUpdate.Builder>... updates)
An array of
IPSetUpdate objects that you want to insert into or delete from an IPSet. |
UpdateIpSetRequest.Builder |
updates(IPSetUpdate... updates)
An array of
IPSetUpdate objects that you want to insert into or delete from an IPSet. |
build
overrideConfiguration
copy
applyMutation, build
UpdateIpSetRequest.Builder ipSetId(String ipSetId)
The IPSetId
of the IPSet that you want to update. IPSetId
is returned by
CreateIPSet and by ListIPSets.
ipSetId
- The IPSetId
of the IPSet that you want to update. IPSetId
is returned
by CreateIPSet and by ListIPSets.UpdateIpSetRequest.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.UpdateIpSetRequest.Builder updates(Collection<IPSetUpdate> 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
and IPSetDescriptor
IPSetDescriptor: Contains Type
and Value
You can insert a maximum of 1000 addresses in a single request.
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
and IPSetDescriptor
IPSetDescriptor: Contains Type
and Value
You can insert a maximum of 1000 addresses in a single request.
UpdateIpSetRequest.Builder updates(IPSetUpdate... 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
and IPSetDescriptor
IPSetDescriptor: Contains Type
and Value
You can insert a maximum of 1000 addresses in a single request.
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
and IPSetDescriptor
IPSetDescriptor: Contains Type
and Value
You can insert a maximum of 1000 addresses in a single request.
UpdateIpSetRequest.Builder updates(Consumer<IPSetUpdate.Builder>... 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
and IPSetDescriptor
IPSetDescriptor: Contains Type
and Value
You can insert a maximum of 1000 addresses in a single request.
This is a convenience that creates an instance of theList.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)
UpdateIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.