Interface Ipv6Range.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Ipv6Range.Builder,Ipv6Range>, SdkBuilder<Ipv6Range.Builder,Ipv6Range>, SdkPojo
Enclosing class:
Ipv6Range

public static interface Ipv6Range.Builder extends SdkPojo, CopyableBuilder<Ipv6Range.Builder,Ipv6Range>
  • Method Details

    • cidrIpv6

      Ipv6Range.Builder cidrIpv6(String cidrIpv6)

      The IPv6 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

      Parameters:
      cidrIpv6 - The IPv6 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      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 ._-:/()#,@[]+=&;{}!$*

      Parameters:
      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 ._-:/()#,@[]+=&;{}!$*

      Returns:
      Returns a reference to this object so that method calls can be chained together.