Uses of Class
com.oracle.bmc.identitydataplane.model.Tenant.Builder
-
Packages that use Tenant.Builder Package Description com.oracle.bmc.identitydataplane.model -
-
Uses of Tenant.Builder in com.oracle.bmc.identitydataplane.model
Methods in com.oracle.bmc.identitydataplane.model that return Tenant.Builder Modifier and Type Method Description static Tenant.Builder
Tenant. builder()
Create a new builder.Tenant.Builder
Tenant.Builder. copy(Tenant model)
Tenant.Builder
Tenant.Builder. id(String id)
The tenant’s Oracle ID (OCID).Tenant.Builder
Tenant.Builder. name(String name)
The name of the tenancy.Tenant.Builder
Tenant.Builder. serviceNamespace(String serviceNamespace)
The service namespace.Tenant.Builder
Tenant. toBuilder()
-