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) |
UpdateIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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
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 method that creates an instance of theIPSetUpdate.Builder avoiding the need to create one
manually via IPSetUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #updates(List.
updates - a consumer that will call methods on
IPSetUpdate.Builder#updates(java.util.Collection) UpdateIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.