public static interface UpdateIPSetRequest.Builder extends WAFRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateIPSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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. |
buildrequestOverrideConfigcopyapply, buildUpdateIPSetRequest.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
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
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
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
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
List.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateIPSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.