Class Tenant.Builder

  • Enclosing class:
    Tenant

    public static class Tenant.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public Tenant.Builder id​(String id)
        The tenant’s Oracle ID (OCID).
        Parameters:
        id - the value to set
        Returns:
        this builder
      • name

        public Tenant.Builder name​(String name)
        The name of the tenancy.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • serviceNamespace

        public Tenant.Builder serviceNamespace​(String serviceNamespace)
        The service namespace.
        Parameters:
        serviceNamespace - the value to set
        Returns:
        this builder
      • build

        public Tenant build()