Class BulkUpdateNotesStatus.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • attributeStatuses

        public BulkUpdateNotesStatus.Builder attributeStatuses​(List<AttributeUpdateNotesResponse> attributeStatuses)
        We preserve the order of the attribute items from the bulk update notes request in this collection.

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

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