public static interface Ipv6Range.Builder extends CopyableBuilder<Ipv6Range.Builder,Ipv6Range>
| Modifier and Type | Method and Description |
|---|---|
Ipv6Range.Builder |
cidrIpv6(String cidrIpv6)
The IPv6 CIDR range.
|
Ipv6Range.Builder |
description(String description)
A description for the security group rule that references this IPv6 address range.
|
copyapply, buildIpv6Range.Builder cidrIpv6(String cidrIpv6)
The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.
cidrIpv6 - The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To
specify a single IPv6 address, use the /128 prefix length.Ipv6Range.Builder description(String description)
A description for the security group rule that references this IPv6 address range.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
description - A description for the security group rule that references this IPv6 address range.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.