Package com.oracle.bmc.apmtraces.model
Class BulkUpdateNotesStatus.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.BulkUpdateNotesStatus.Builder
-
- Enclosing class:
- BulkUpdateNotesStatus
public static class BulkUpdateNotesStatus.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateNotesStatus.Builder
attributeStatuses(List<AttributeUpdateNotesResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk update notes request in this collection.BulkUpdateNotesStatus
build()
BulkUpdateNotesStatus.Builder
bulkUpdateNotesMetadata(BulkUpdateNotesMetadata bulkUpdateNotesMetadata)
BulkUpdateNotesStatus.Builder
copy(BulkUpdateNotesStatus model)
-
-
-
Method Detail
-
attributeStatuses
public BulkUpdateNotesStatus.Builder attributeStatuses(List<AttributeUpdateNotesResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk update notes request in this collection.The ith object in this collection represents the bulk update notes operation status of the ith object in the BulkUpdateAttributeNotesDetails object in the Bulk update notes request. If the bulk update notes operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateNotesMetadata object will contain the appropriate bulk error status for the bulk operation.
- Parameters:
attributeStatuses
- the value to set- Returns:
- this builder
-
bulkUpdateNotesMetadata
public BulkUpdateNotesStatus.Builder bulkUpdateNotesMetadata(BulkUpdateNotesMetadata bulkUpdateNotesMetadata)
-
build
public BulkUpdateNotesStatus build()
-
copy
public BulkUpdateNotesStatus.Builder copy(BulkUpdateNotesStatus model)
-
-