CopyableBuilder<IPSetUpdate.Builder,IPSetUpdate>, SdkBuilder<IPSetUpdate.Builder,IPSetUpdate>public static interface IPSetUpdate.Builder extends CopyableBuilder<IPSetUpdate.Builder,IPSetUpdate>
| Modifier and Type | Method | Description |
|---|---|---|
IPSetUpdate.Builder |
action(String action) |
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
IPSetUpdate.Builder |
action(ChangeAction action) |
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
IPSetUpdate.Builder |
ipSetDescriptor(IPSetDescriptor ipSetDescriptor) |
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
copyapply, buildIPSetUpdate.Builder action(String action)
Specifies whether to insert or delete an IP address with UpdateIPSet.
action - Specifies whether to insert or delete an IP address with UpdateIPSet.ChangeActionIPSetUpdate.Builder action(ChangeAction action)
Specifies whether to insert or delete an IP address with UpdateIPSet.
action - Specifies whether to insert or delete an IP address with UpdateIPSet.ChangeActionIPSetUpdate.Builder ipSetDescriptor(IPSetDescriptor ipSetDescriptor)
The IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from.
ipSetDescriptor - The IP address type (IPV4 or IPV6) and the IP address range (in CIDR
notation) that web requests originate from.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.