Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Tenant |
build() |
Tenant.Builder |
copy(Tenant model) |
Tenant.Builder |
id(String id)
The tenant’s Oracle ID (OCID).
|
Tenant.Builder |
name(String name)
The name of the tenancy.
|
Tenant.Builder |
serviceNamespace(String serviceNamespace)
The service namespace.
|
public Tenant.Builder id(String id)
The tenant’s Oracle ID (OCID).
id
- the value to setpublic Tenant.Builder name(String name)
The name of the tenancy.
name
- the value to setpublic Tenant.Builder serviceNamespace(String serviceNamespace)
The service namespace.
serviceNamespace
- the value to setpublic Tenant build()
public Tenant.Builder copy(Tenant model)
Copyright © 2016–2024. All rights reserved.