Package com.oracle.bmc.apmtraces.model
Class BulkUpdateAttributeMetadata.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.BulkUpdateAttributeMetadata.Builder
-
- Enclosing class:
- BulkUpdateAttributeMetadata
public static class BulkUpdateAttributeMetadata.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeMetadata.Builder
attributesUpdated(Integer attributesUpdated)
Total number attributes (both string and numeric) in TRACES namespace for which properties were updated.BulkUpdateAttributeMetadata
build()
BulkUpdateAttributeMetadata.Builder
copy(BulkUpdateAttributeMetadata model)
BulkUpdateAttributeMetadata.Builder
operationStatus(BulkUpdateAttributeMetadata.OperationStatus operationStatus)
Operation status of the bulk update attribute operation.BulkUpdateAttributeMetadata.Builder
operationType(BulkUpdateAttributeMetadata.OperationType operationType)
Type of operation.BulkUpdateAttributeMetadata.Builder
syntheticAttributesUpdated(Integer syntheticAttributesUpdated)
Total number attributes (both string and numeric) in SYNTHETIC namespace for which properties were updated.
-
-
-
Method Detail
-
operationStatus
public BulkUpdateAttributeMetadata.Builder operationStatus(BulkUpdateAttributeMetadata.OperationStatus operationStatus)
Operation status of the bulk update attribute operation.SUCCESS - The bulk attribute update request has succeeded and all the attributes in the request have been updated. The following are error statuses for the bulk update attributes operation. EMPTY_ATTRIBUTE_LIST - The bulk update attributes request object was empty and did not contain any attributes for which properties 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 BulkUpdateAttributeMetadata.Builder operationType(BulkUpdateAttributeMetadata.OperationType operationType)
Type of operation.- Parameters:
operationType
- the value to set- Returns:
- this builder
-
attributesUpdated
public BulkUpdateAttributeMetadata.Builder attributesUpdated(Integer attributesUpdated)
Total number attributes (both string and numeric) in TRACES namespace for which properties were updated.- Parameters:
attributesUpdated
- the value to set- Returns:
- this builder
-
syntheticAttributesUpdated
public BulkUpdateAttributeMetadata.Builder syntheticAttributesUpdated(Integer syntheticAttributesUpdated)
Total number attributes (both string and numeric) in SYNTHETIC namespace for which properties were updated.- Parameters:
syntheticAttributesUpdated
- the value to set- Returns:
- this builder
-
build
public BulkUpdateAttributeMetadata build()
-
copy
public BulkUpdateAttributeMetadata.Builder copy(BulkUpdateAttributeMetadata model)
-
-