Package com.oracle.bmc.datascience.model
Class Project.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.Project.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Projectbuild()Project.BuildercompartmentId(String compartmentId)The OCID of the project’s compartment.Project.Buildercopy(Project model)Project.BuildercreatedBy(String createdBy)The OCID of the user who created this project.Project.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.Project.Builderdescription(String description)A short description of the project.Project.BuilderdisplayName(String displayName)A user-friendly display name for the resource.Project.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.Project.Builderid(String id)The OCID of the project.Project.BuilderlifecycleState(ProjectLifecycleState lifecycleState)The state of the project.Project.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.Project.BuildertimeCreated(Date timeCreated)The date and time the resource was created in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic Project.Builder id(String id) The OCID of the project.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Project.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 - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic 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. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Project.Builder description(String description) A short description of the project.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic Project.Builder compartmentId(String compartmentId) The OCID of the project’s compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
createdBypublic Project.Builder createdBy(String createdBy) The OCID of the user who created this project.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Project.Builder lifecycleState(ProjectLifecycleState lifecycleState) The state of the project.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic Project.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic Project.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic 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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic Project build() 
 - 
copypublic Project.Builder copy(Project model) 
 
- 
 
-