Class LBSnatIpElement.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of LBSnatIpElement.
    • Method Detail

      • setIpAddress

        public LBSnatIpElement.Builder setIpAddress​(java.lang.String ipAddress)
        Ip address or ip range such as 1.1.1.1 or 1.1.1.101-1.1.1.160. format: address-or-block-or-range
        Parameters:
        ipAddress - New value for the property.
      • setPrefixLength

        public LBSnatIpElement.Builder setPrefixLength​(java.lang.Long prefixLength)
        Subnet prefix length should be not specified if there is only one single IP address or IP range. format: int64
        Parameters:
        prefixLength - New value for the property.