Class BulkUnpinMetadata.Builder

    • Constructor Detail

      • Builder

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