Class IPSetUpdate
- All Implemented Interfaces:
Serializable
,Cloneable
Specifies the type of update to perform to an IPSet with UpdateIPSet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies whether to insert or delete an IP address with UpdateIPSet.The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.int
hashCode()
void
setAction
(ChangeAction action) Specifies whether to insert or delete an IP address with UpdateIPSet.void
Specifies whether to insert or delete an IP address with UpdateIPSet.void
setIPSetDescriptor
(IPSetDescriptor iPSetDescriptor) The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.toString()
Returns a string representation of this object; useful for testing and debugging.withAction
(ChangeAction action) Specifies whether to insert or delete an IP address with UpdateIPSet.withAction
(String action) Specifies whether to insert or delete an IP address with UpdateIPSet.withIPSetDescriptor
(IPSetDescriptor iPSetDescriptor) The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.
-
Constructor Details
-
IPSetUpdate
public IPSetUpdate()
-
-
Method Details
-
setAction
Specifies whether to insert or delete an IP address with UpdateIPSet.
- Parameters:
action
- Specifies whether to insert or delete an IP address with UpdateIPSet.- See Also:
-
getAction
Specifies whether to insert or delete an IP address with UpdateIPSet.
- Returns:
- Specifies whether to insert or delete an IP address with UpdateIPSet.
- See Also:
-
withAction
Specifies whether to insert or delete an IP address with UpdateIPSet.
- Parameters:
action
- Specifies whether to insert or delete an IP address with UpdateIPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAction
Specifies whether to insert or delete an IP address with UpdateIPSet.
- Parameters:
action
- Specifies whether to insert or delete an IP address with UpdateIPSet.- See Also:
-
withAction
Specifies whether to insert or delete an IP address with UpdateIPSet.
- Parameters:
action
- Specifies whether to insert or delete an IP address with UpdateIPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setIPSetDescriptor
The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from.- Parameters:
iPSetDescriptor
- The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.
-
getIPSetDescriptor
The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from.- Returns:
- The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from.
-
withIPSetDescriptor
The IP address type (
IPV4
) and the IP address range (in CIDR notation) that web requests originate from.- Parameters:
iPSetDescriptor
- The IP address type (IPV4
) and the IP address range (in CIDR notation) that web requests originate from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-