Package com.oracle.bmc.apmtraces.model
Class BulkUpdateNotesMetadata.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.BulkUpdateNotesMetadata.Builder
-
- Enclosing class:
- BulkUpdateNotesMetadata
public static class BulkUpdateNotesMetadata.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateNotesMetadata.Builder
attributesNotesUpdated(Integer attributesNotesUpdated)
Total number attributes (both string and numeric) in TRACES namespace for which notes were updated.BulkUpdateNotesMetadata
build()
BulkUpdateNotesMetadata.Builder
copy(BulkUpdateNotesMetadata model)
BulkUpdateNotesMetadata.Builder
operationStatus(BulkUpdateNotesMetadata.OperationStatus operationStatus)
Operation status of the bulk update notes operation.BulkUpdateNotesMetadata.Builder
operationType(BulkUpdateNotesMetadata.OperationType operationType)
Type of operation.BulkUpdateNotesMetadata.Builder
syntheticAttributesPinned(Integer syntheticAttributesPinned)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were pinned.
-
-
-
Method Detail
-
operationStatus
public BulkUpdateNotesMetadata.Builder operationStatus(BulkUpdateNotesMetadata.OperationStatus operationStatus)
Operation status of the bulk update notes operation.SUCCESS - The bulk updates notes request has succeeded and all the attributes in the bulk update notes request have been updated with the provided notes. The following are error statuses for the bulk update notes operation. EMPTY_ATTRIBUTE_LIST - The bulk update notes request object was empty and did not contain any attributes for which notes had to be updated. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.
- Parameters:
operationStatus
- the value to set- Returns:
- this builder
-
operationType
public BulkUpdateNotesMetadata.Builder operationType(BulkUpdateNotesMetadata.OperationType operationType)
Type of operation.- Parameters:
operationType
- the value to set- Returns:
- this builder
-
attributesNotesUpdated
public BulkUpdateNotesMetadata.Builder attributesNotesUpdated(Integer attributesNotesUpdated)
Total number attributes (both string and numeric) in TRACES namespace for which notes were updated.- Parameters:
attributesNotesUpdated
- the value to set- Returns:
- this builder
-
syntheticAttributesPinned
public BulkUpdateNotesMetadata.Builder syntheticAttributesPinned(Integer syntheticAttributesPinned)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were pinned.- Parameters:
syntheticAttributesPinned
- the value to set- Returns:
- this builder
-
build
public BulkUpdateNotesMetadata build()
-
copy
public BulkUpdateNotesMetadata.Builder copy(BulkUpdateNotesMetadata model)
-
-