Package com.oracle.bmc.apmtraces.model
Class BulkUpdateAttributeNotesDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.BulkUpdateAttributeNotesDetails.Builder
-
- Enclosing class:
- BulkUpdateAttributeNotesDetails
public static class BulkUpdateAttributeNotesDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeNotesDetails.Builder
attributeDetails(List<BulkUpdateAttributeNotesDetail> attributeDetails)
Collection of objects containing the details about individual attribute for which notes are to be updated.BulkUpdateAttributeNotesDetails
build()
BulkUpdateAttributeNotesDetails.Builder
copy(BulkUpdateAttributeNotesDetails model)
-
-
-
Method Detail
-
attributeDetails
public BulkUpdateAttributeNotesDetails.Builder attributeDetails(List<BulkUpdateAttributeNotesDetail> attributeDetails)
Collection of objects containing the details about individual attribute for which notes are to be updated.- Parameters:
attributeDetails
- the value to set- Returns:
- this builder
-
build
public BulkUpdateAttributeNotesDetails build()
-
copy
public BulkUpdateAttributeNotesDetails.Builder copy(BulkUpdateAttributeNotesDetails model)
-
-