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