Class Vnic.Builder

  • Enclosing class:
    Vnic

    public static class Vnic.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public Vnic.Builder id​(String id)
        The OCID of the private endpoint’s VNIC, which resides in the customer’s VCN.
        Parameters:
        id - the value to set
        Returns:
        this builder
      • sourceIps

        public Vnic.Builder sourceIps​(List<String> sourceIps)
        A list of private IP addresses (in the customer’s VCN) that represent access points for the service.
        Parameters:
        sourceIps - the value to set
        Returns:
        this builder
      • build

        public Vnic build()