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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeNotesDetail.Builder
attributeName(String attributeName)
Name of the attribute for which notes are to be updated.BulkUpdateAttributeNotesDetail.Builder
attributeNameSpace(BulkUpdateAttributeNotesDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the notes are to be updated.BulkUpdateAttributeNotesDetail
build()
BulkUpdateAttributeNotesDetail.Builder
copy(BulkUpdateAttributeNotesDetail model)
BulkUpdateAttributeNotesDetail.Builder
notes(String notes)
Notes to be updated.
-
-
-
Method Detail
-
attributeName
public 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
-
notes
public 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
-
attributeNameSpace
public 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
-
build
public BulkUpdateAttributeNotesDetail build()
-
copy
public BulkUpdateAttributeNotesDetail.Builder copy(BulkUpdateAttributeNotesDetail model)
-
-