Class BulkPinStatus.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • attributeStatuses

        public BulkPinStatus.Builder attributeStatuses​(List<AttributePinResponse> attributeStatuses)
        We preserve the order of the attribute items from the bulk pin request in this collection.

        The ith object in this collection represents the bulk pin operation status of the ith object in the BulkPinAttributeDetails object in the Bulk pin request. If the bulk pin operation results in a processing error or a validation error, the operationStatus property in the BulkPinMetadata object will contain the appropriate bulk error status for the bulk operation.

        Parameters:
        attributeStatuses - the value to set
        Returns:
        this builder