Class EdgeSubnet.Builder

  • Enclosing class:
    EdgeSubnet

    public static class EdgeSubnet.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • cidr

        public EdgeSubnet.Builder cidr​(String cidr)
        An edge node subnet.

        This can include /24 or /8 addresses.

        Parameters:
        cidr - the value to set
        Returns:
        this builder
      • timeModified

        public EdgeSubnet.Builder timeModified​(Date timeModified)
        The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format.
        Parameters:
        timeModified - the value to set
        Returns:
        this builder
      • region

        public EdgeSubnet.Builder region​(String region)
        The name of the region containing the indicated subnet.
        Parameters:
        region - the value to set
        Returns:
        this builder