Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Project |
build() |
Project.Builder |
compartmentId(String compartmentId)
The compartment identifier.
|
Project.Builder |
copy(Project model) |
Project.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Project.Builder |
description(String description)
An optional description of the project.
|
Project.Builder |
displayName(String displayName)
A human-friendly name for the project, which can be changed.
|
Project.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
Project.Builder |
id(String id)
A unique identifier that is immutable after creation.
|
Project.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail, that can provide actionable
information if creation failed.
|
Project.Builder |
lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.
|
Project.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Project.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Project.Builder |
timeCreated(Date timeCreated)
When the project was created, as an RFC3339 datetime string.
|
Project.Builder |
timeUpdated(Date timeUpdated)
When the project was updated, as an RFC3339 datetime string.
|
public Project.Builder id(String id)
A unique identifier that is immutable after creation.
id
- the value to setpublic Project.Builder displayName(String displayName)
A human-friendly name for the project, which can be changed.
displayName
- the value to setpublic Project.Builder description(String description)
An optional description of the project.
description
- the value to setpublic Project.Builder compartmentId(String compartmentId)
The compartment identifier.
compartmentId
- the value to setpublic Project.Builder timeCreated(Date timeCreated)
When the project was created, as an RFC3339 datetime string.
timeCreated
- the value to setpublic Project.Builder timeUpdated(Date timeUpdated)
When the project was updated, as an RFC3339 datetime string.
timeUpdated
- the value to setpublic Project.Builder lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.
lifecycleState
- the value to setpublic Project.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail, that can provide actionable information if creation failed.
lifecycleDetails
- the value to setpublic Project.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. It
exists for cross-compatibility only. For 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. For
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. For example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic Project.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic Project build()
public Project.Builder copy(Project model)
Copyright © 2016–2024. All rights reserved.