public static class ProjectSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProjectSummary |
build() |
ProjectSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the project’s compartment.
|
ProjectSummary.Builder |
copy(ProjectSummary model) |
ProjectSummary.Builder |
createdBy(String createdBy)
The OCID
of the user who created the project.
|
ProjectSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ProjectSummary.Builder |
description(String description)
A short description of the project.
|
ProjectSummary.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
ProjectSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ProjectSummary.Builder |
id(String id)
The OCID
of the project.
|
ProjectSummary.Builder |
lifecycleState(ProjectLifecycleState lifecycleState)
The state of the project.
|
ProjectSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
ProjectSummary.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by
RFC3339.
|
public ProjectSummary.Builder id(String id)
The OCID of the project.
id
- the value to setpublic ProjectSummary.Builder timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeCreated
- the value to setpublic ProjectSummary.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 ProjectSummary.Builder description(String description)
A short description of the project.
description
- the value to setpublic ProjectSummary.Builder compartmentId(String compartmentId)
The OCID of the project’s compartment.
compartmentId
- the value to setpublic ProjectSummary.Builder createdBy(String createdBy)
The OCID of the user who created the project.
createdBy
- the value to setpublic ProjectSummary.Builder lifecycleState(ProjectLifecycleState lifecycleState)
The state of the project.
lifecycleState
- the value to setpublic ProjectSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. See Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic ProjectSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ProjectSummary.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 ProjectSummary build()
public ProjectSummary.Builder copy(ProjectSummary model)
Copyright © 2016–2024. All rights reserved.