Uses of Class
com.oracle.bmc.identitydataplane.model.Compartment.Builder
-
Packages that use Compartment.Builder Package Description com.oracle.bmc.identitydataplane.model -
-
Uses of Compartment.Builder in com.oracle.bmc.identitydataplane.model
Methods in com.oracle.bmc.identitydataplane.model that return Compartment.Builder Modifier and Type Method Description static Compartment.Builder
Compartment. builder()
Create a new builder.Compartment.Builder
Compartment.Builder. copy(Compartment model)
Compartment.Builder
Compartment.Builder. displayName(String displayName)
The display name of the compartment.Compartment.Builder
Compartment.Builder. fullName(String fullName)
The full name of the compartment.Compartment.Builder
Compartment.Builder. id(String id)
The id of the compartment.Compartment.Builder
Compartment.Builder. name(String name)
The name of the compartment.Compartment.Builder
Compartment.Builder. parentCompartmentId(String parentCompartmentId)
The id of the parent compartment.Compartment.Builder
Compartment.Builder. propertyMap(Map<String,String> propertyMap)
The extended properties.Compartment.Builder
Compartment.Builder. status(EntityStatus status)
The status of the compartment.Compartment.Builder
Compartment. toBuilder()
-