Class BulkUpdateAttributeMetadata.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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
      • 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