public static class BulkPinMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkPinMetadata.Builder |
attributesPinned(Integer attributesPinned)
Total number attributes (both string and numeric) in TRACES namespace that were pinned.
|
BulkPinMetadata |
build() |
BulkPinMetadata.Builder |
copy(BulkPinMetadata model) |
BulkPinMetadata.Builder |
operationStatus(BulkPinMetadata.OperationStatus operationStatus)
Operation status of the bulk pin operation.
|
BulkPinMetadata.Builder |
operationType(BulkPinMetadata.OperationType operationType)
Type of operation.
|
BulkPinMetadata.Builder |
syntheticAttributesPinned(Integer syntheticAttributesPinned)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were
pinned.
|
public BulkPinMetadata.Builder operationStatus(BulkPinMetadata.OperationStatus operationStatus)
Operation status of the bulk pin operation. SUCCESS - The bulk pin operation has succeeded and all the attributes in the bulk pin request have been pinned by this operation or pinned earlier. The following are error statuses for the bulk pin operation. EMPTY_ATTRIBUTE_LIST - The bulk pin request object was empty and did not contain any attributes to be pinned. 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 BulkPinMetadata.Builder operationType(BulkPinMetadata.OperationType operationType)
Type of operation.
operationType
- the value to setpublic BulkPinMetadata.Builder attributesPinned(Integer attributesPinned)
Total number attributes (both string and numeric) in TRACES namespace that were pinned.
attributesPinned
- the value to setpublic BulkPinMetadata.Builder syntheticAttributesPinned(Integer syntheticAttributesPinned)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were pinned.
syntheticAttributesPinned
- the value to setpublic BulkPinMetadata build()
public BulkPinMetadata.Builder copy(BulkPinMetadata model)
Copyright © 2016–2024. All rights reserved.