Class Tenant.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydataplane.model.Tenant.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Tenantbuild()Tenant.Buildercopy(Tenant model)Tenant.Builderid(String id)The tenant’s Oracle ID (OCID).Tenant.Buildername(String name)The name of the tenancy.Tenant.BuilderserviceNamespace(String serviceNamespace)The service namespace.
 
- 
- 
- 
Method Detail- 
idpublic Tenant.Builder id(String id) The tenant’s Oracle ID (OCID).- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic Tenant.Builder name(String name) The name of the tenancy.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
serviceNamespacepublic Tenant.Builder serviceNamespace(String serviceNamespace) The service namespace.- Parameters:
- serviceNamespace- the value to set
- Returns:
- this builder
 
 - 
buildpublic Tenant build() 
 - 
copypublic Tenant.Builder copy(Tenant model) 
 
- 
 
-