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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeDetail.BuilderattributeName(String attributeName)Name of the attribute for which notes are to be updated.BulkUpdateAttributeDetail.BuilderattributeNameSpace(BulkUpdateAttributeDetail.AttributeNameSpace attributeNameSpace)Namespace of the attribute for which the properties are to be updated.BulkUpdateAttributeDetailbuild()BulkUpdateAttributeDetail.Buildercopy(BulkUpdateAttributeDetail model)BulkUpdateAttributeDetail.Builderunit(BulkUpdateAttributeDetail.Unit unit)Unit of the attribute to be updated.
 
- 
- 
- 
Method Detail- 
attributeNamepublic 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
 
 - 
unitpublic BulkUpdateAttributeDetail.Builder unit(BulkUpdateAttributeDetail.Unit unit) Unit of the attribute to be updated.If unit is not specified, it defaults to NONE. - Parameters:
- unit- the value to set
- Returns:
- this builder
 
 - 
attributeNameSpacepublic 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
 
 - 
buildpublic BulkUpdateAttributeDetail build() 
 - 
copypublic BulkUpdateAttributeDetail.Builder copy(BulkUpdateAttributeDetail model) 
 
- 
 
-