Package com.oracle.bmc.apmtraces.model
Class BulkUpdateAttributeDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.BulkUpdateAttributeDetail.Builder
-
- Enclosing class:
- BulkUpdateAttributeDetail
public static class BulkUpdateAttributeDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeDetail.Builder
attributeName(String attributeName)
Name of the attribute for which notes are to be updated.BulkUpdateAttributeDetail.Builder
attributeNameSpace(BulkUpdateAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the properties are to be updated.BulkUpdateAttributeDetail
build()
BulkUpdateAttributeDetail.Builder
copy(BulkUpdateAttributeDetail model)
BulkUpdateAttributeDetail.Builder
unit(BulkUpdateAttributeDetail.Unit unit)
Unit of the attribute to be updated.
-
-
-
Method Detail
-
attributeName
public BulkUpdateAttributeDetail.Builder attributeName(String attributeName)
Name of the attribute for which notes are to be updated.- Parameters:
attributeName
- the value to set- Returns:
- this builder
-
unit
public BulkUpdateAttributeDetail.Builder unit(BulkUpdateAttributeDetail.Unit unit)
Unit of the attribute to be updated.- Parameters:
unit
- the value to set- Returns:
- this builder
-
attributeNameSpace
public BulkUpdateAttributeDetail.Builder attributeNameSpace(BulkUpdateAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the properties are to be updated.- Parameters:
attributeNameSpace
- the value to set- Returns:
- this builder
-
build
public BulkUpdateAttributeDetail build()
-
copy
public BulkUpdateAttributeDetail.Builder copy(BulkUpdateAttributeDetail model)
-
-