Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Project |
build() |
Project.Builder |
compartmentId(String compartmentId)
The OCID for
the project’s compartment.
|
Project.Builder |
copy(Project model) |
Project.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Project.Builder |
description(String description)
A short description of a project.
|
Project.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
Project.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Project.Builder |
id(String id)
Unique identifier OCID of the project
|
Project.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Project.Builder |
lifecycleState(Project.LifecycleState lifecycleState)
The state of the project.
|
Project.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Project.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by
RFC3339.
|
Project.Builder |
timeUpdated(Date timeUpdated)
The date and time the resource was updated in the timestamp format defined by
RFC3339.
|
public Project.Builder id(String id)
Unique identifier OCID of the project
id
- the value to setpublic Project.Builder displayName(String displayName)
A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
displayName
- the value to setpublic Project.Builder compartmentId(String compartmentId)
The OCID for the project’s compartment.
compartmentId
- the value to setpublic Project.Builder description(String description)
A short description of a project.
description
- the value to setpublic Project.Builder timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by RFC3339.
timeCreated
- the value to setpublic Project.Builder timeUpdated(Date timeUpdated)
The date and time the resource was updated in the timestamp format defined by RFC3339.
timeUpdated
- the value to setpublic Project.Builder lifecycleState(Project.LifecycleState lifecycleState)
The state of the project.
lifecycleState
- the value to setpublic Project.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
lifecycleDetails
- the value to setpublic Project.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic Project.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic Project.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { "orcl-cloud": { "free-tier-retained": "true" } }
systemTags
- the value to setpublic Project build()
public Project.Builder copy(Project model)
Copyright © 2016–2024. All rights reserved.