Package com.oracle.bmc.apmtraces.model
Class BulkUpdateAttributeNotesDetail.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmtraces.model.BulkUpdateAttributeNotesDetail.Builder
 
- 
- Enclosing class:
- BulkUpdateAttributeNotesDetail
 
 public static class BulkUpdateAttributeNotesDetail.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeNotesDetail.BuilderattributeName(String attributeName)Name of the attribute for which notes are to be updated.BulkUpdateAttributeNotesDetail.BuilderattributeNameSpace(BulkUpdateAttributeNotesDetail.AttributeNameSpace attributeNameSpace)Namespace of the attribute for which the notes are to be updated.BulkUpdateAttributeNotesDetailbuild()BulkUpdateAttributeNotesDetail.Buildercopy(BulkUpdateAttributeNotesDetail model)BulkUpdateAttributeNotesDetail.Buildernotes(String notes)Notes to be updated.
 
- 
- 
- 
Method Detail- 
attributeNamepublic BulkUpdateAttributeNotesDetail.Builder attributeName(String attributeName) Name of the attribute for which notes are to be updated.- Parameters:
- attributeName- the value to set
- Returns:
- this builder
 
 - 
notespublic BulkUpdateAttributeNotesDetail.Builder notes(String notes) Notes to be updated.The size of notes cannot exceed 1000 chars. - Parameters:
- notes- the value to set
- Returns:
- this builder
 
 - 
attributeNameSpacepublic BulkUpdateAttributeNotesDetail.Builder attributeNameSpace(BulkUpdateAttributeNotesDetail.AttributeNameSpace attributeNameSpace) Namespace of the attribute for which the notes are to be updated.The attributeNameSpace will default to TRACES if it is not passed in. - Parameters:
- attributeNameSpace- the value to set
- Returns:
- this builder
 
 - 
buildpublic BulkUpdateAttributeNotesDetail build() 
 - 
copypublic BulkUpdateAttributeNotesDetail.Builder copy(BulkUpdateAttributeNotesDetail model) 
 
- 
 
-