public static class SourceIpAddressCondition.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SourceIpAddressCondition.Builder |
attributeValue(String attributeValue)
An IPv4 or IPv6 address range that the source IP address of an incoming packet must
match.
|
SourceIpAddressCondition |
build() |
SourceIpAddressCondition.Builder |
copy(SourceIpAddressCondition model) |
public SourceIpAddressCondition.Builder attributeValue(String attributeValue)
An IPv4 or IPv6 address range that the source IP address of an incoming packet must match. The service accepts only classless inter-domain routing (CIDR) format (x.x.x.x/y or x:x::x/y) strings. Specify 0.0.0.0/0 or ::/0 to match all incoming traffic. example: “192.168.0.0/16”
attributeValue
- the value to setpublic SourceIpAddressCondition build()
public SourceIpAddressCondition.Builder copy(SourceIpAddressCondition model)
Copyright © 2016–2024. All rights reserved.