Class UpdateDatasetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservice.model.UpdateDatasetDetails.Builder
 
- 
- Enclosing class:
- UpdateDatasetDetails
 
 public static class UpdateDatasetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDatasetDetailsbuild()UpdateDatasetDetails.Buildercopy(UpdateDatasetDetails model)UpdateDatasetDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags for this resource.UpdateDatasetDetails.Builderdescription(String description)A user provided description of the datasetUpdateDatasetDetails.BuilderdisplayName(String displayName)A user-friendly display name for the resource.UpdateDatasetDetails.BuilderfreeformTags(Map<String,String> freeformTags)A simple key-value pair that is applied without any predefined name, type, or scope.UpdateDatasetDetails.BuilderlabelingInstructions(String labelingInstructions)The labeling instructions for human labelers in rich text format
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateDatasetDetails.Builder displayName(String displayName) A user-friendly display name for the resource.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateDatasetDetails.Builder description(String description) A user provided description of the dataset- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
labelingInstructionspublic UpdateDatasetDetails.Builder labelingInstructions(String labelingInstructions) The labeling instructions for human labelers in rich text format- Parameters:
- labelingInstructions- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateDatasetDetails.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 UpdateDatasetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) The 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 UpdateDatasetDetails build() 
 - 
copypublic UpdateDatasetDetails.Builder copy(UpdateDatasetDetails model) 
 
- 
 
-