Class Tenant.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydataplane.model.Tenant.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
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()
-
copy
public Tenant.Builder copy(Tenant model)
-
-