static Compartment.Builder |
Compartment.builder() |
Create a new builder.
|
Compartment.Builder |
Compartment.Builder.compartmentId(String compartmentId) |
The OCID of the parent compartment containing the compartment.
|
Compartment.Builder |
Compartment.Builder.copy(Compartment model) |
|
Compartment.Builder |
Compartment.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Compartment.Builder |
Compartment.Builder.description(String description) |
The description you assign to the compartment.
|
Compartment.Builder |
Compartment.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Compartment.Builder |
Compartment.Builder.id(String id) |
The OCID of the compartment.
|
Compartment.Builder |
Compartment.Builder.inactiveStatus(Long inactiveStatus) |
The detailed status of INACTIVE lifecycleState.
|
Compartment.Builder |
Compartment.Builder.isAccessible(Boolean isAccessible) |
Indicates whether or not the compartment is accessible for the user making the request.
|
Compartment.Builder |
Compartment.Builder.lifecycleState(Compartment.LifecycleState lifecycleState) |
The compartment’s current state.
|
Compartment.Builder |
Compartment.Builder.name(String name) |
The name you assign to the compartment during creation.
|
Compartment.Builder |
Compartment.Builder.timeCreated(Date timeCreated) |
Date and time the compartment was created, in the format defined by RFC3339.
|
Compartment.Builder |
Compartment.toBuilder() |
|