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