Class IPAddresses.Builder

  • Enclosing class:
    IPAddresses

    public static final class IPAddresses.Builder
    extends java.lang.Object
    Builder class for IPAddresses.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of IPAddresses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IPAddresses build()  
      IPAddresses.Builder setIpAddresses​(java.util.List<java.lang.String> ipAddresses)
      The IP addresses in the form of IP Address, IP Range, CIDR, used as source IPs or destination IPs of filters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

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

      • setIpAddresses

        public IPAddresses.Builder setIpAddresses​(java.util.List<java.lang.String> ipAddresses)
        The IP addresses in the form of IP Address, IP Range, CIDR, used as source IPs or destination IPs of filters. format: address-or-block-or-range
        Parameters:
        ipAddresses - New value for the property.