public static class BulkUnpinMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
operationStatus
- the value to setpublic BulkUnpinMetadata.Builder operationType(BulkUnpinMetadata.OperationType operationType)
Type of operation.
operationType
- the value to setpublic BulkUnpinMetadata.Builder attributesUnpinned(Integer attributesUnpinned)
Total number attributes (both string and numeric) in TRACES namespace that were unpinned.
attributesUnpinned
- the value to setpublic BulkUnpinMetadata.Builder syntheticAttributesUnpinned(Integer syntheticAttributesUnpinned)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were unpinned.
syntheticAttributesUnpinned
- the value to setpublic BulkUnpinMetadata build()
public BulkUnpinMetadata.Builder copy(BulkUnpinMetadata model)
Copyright © 2016–2024. All rights reserved.