Package com.oracle.bmc.ailanguage.model
Class ProjectSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.ProjectSummary.Builder
 
- 
- Enclosing class:
- ProjectSummary
 
 public static class ProjectSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectSummarybuild()ProjectSummary.BuildercompartmentId(String compartmentId)The OCID for the project’s compartment.ProjectSummary.Buildercopy(ProjectSummary model)ProjectSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ProjectSummary.Builderdescription(String description)A short description of the project.ProjectSummary.BuilderdisplayName(String displayName)A user-friendly display name for the resource.ProjectSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ProjectSummary.Builderid(String id)Unique identifier OCID of a projectProjectSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.ProjectSummary.BuilderlifecycleState(Project.LifecycleState lifecycleState)The state of the project.ProjectSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.ProjectSummary.BuildertimeCreated(Date timeCreated)The date and time the resource was created in the timestamp format defined by RFC3339.ProjectSummary.BuildertimeUpdated(Date timeUpdated)The date and time the resource was updated in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic ProjectSummary.Builder id(String id) Unique identifier OCID of a project- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic 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. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ProjectSummary.Builder description(String description) A short description of the project.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ProjectSummary.Builder compartmentId(String compartmentId) The OCID for the project’s compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ProjectSummary.Builder timeCreated(Date timeCreated) The date and time the resource was created in the timestamp format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ProjectSummary.Builder timeUpdated(Date timeUpdated) The date and time the resource was updated in the timestamp format defined by RFC3339.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ProjectSummary.Builder lifecycleState(Project.LifecycleState lifecycleState) The state of the project.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ProjectSummary.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ProjectSummary.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic ProjectSummary.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic 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” } } - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic ProjectSummary build() 
 - 
copypublic ProjectSummary.Builder copy(ProjectSummary model) 
 
- 
 
-