Package com.oracle.bmc.aivision.model
Class CreateProjectDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.CreateProjectDetails.Builder
 
- 
- Enclosing class:
- CreateProjectDetails
 
 public static class CreateProjectDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateProjectDetailsbuild()CreateProjectDetails.BuildercompartmentId(String compartmentId)The compartment identifier.CreateProjectDetails.Buildercopy(CreateProjectDetails model)CreateProjectDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateProjectDetails.Builderdescription(String description)An optional description of the project.CreateProjectDetails.BuilderdisplayName(String displayName)A human-friendly name for the project, that can be changed.CreateProjectDetails.BuilderfreeformTags(Map<String,String> freeformTags)A simple key-value pair that is applied without any predefined name, type, or scope.
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateProjectDetails.Builder displayName(String displayName) A human-friendly name for the project, that can be changed.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateProjectDetails.Builder description(String description) An optional description of the project.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateProjectDetails.Builder compartmentId(String compartmentId) The compartment identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateProjectDetails.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateProjectDetails.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateProjectDetails build() 
 - 
copypublic CreateProjectDetails.Builder copy(CreateProjectDetails model) 
 
- 
 
-