Class AnnotationAggregationDimensions.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservicedataplane.model.AnnotationAggregationDimensions.Builder
 
- 
- Enclosing class:
- AnnotationAggregationDimensions
 
 public static class AnnotationAggregationDimensions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationAggregationDimensionsbuild()AnnotationAggregationDimensions.Buildercopy(AnnotationAggregationDimensions model)AnnotationAggregationDimensions.Builderlabel(Label label)AnnotationAggregationDimensions.BuilderupdatedBy(String updatedBy)The OCID of the principal which updated the resource.
 
- 
- 
- 
Method Detail- 
labelpublic AnnotationAggregationDimensions.Builder label(Label label) 
 - 
updatedBypublic AnnotationAggregationDimensions.Builder updatedBy(String updatedBy) The OCID of the principal which updated the resource.- Parameters:
- updatedBy- the value to set
- Returns:
- this builder
 
 - 
buildpublic AnnotationAggregationDimensions build() 
 - 
copypublic AnnotationAggregationDimensions.Builder copy(AnnotationAggregationDimensions model) 
 
- 
 
-