public static class BulkUpdateNotesStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkUpdateNotesStatus.Builder |
attributeStatuses(List<AttributeUpdateNotesResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk update notes request in this
collection.
|
BulkUpdateNotesStatus |
build() |
BulkUpdateNotesStatus.Builder |
bulkUpdateNotesMetadata(BulkUpdateNotesMetadata bulkUpdateNotesMetadata) |
BulkUpdateNotesStatus.Builder |
copy(BulkUpdateNotesStatus model) |
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.
attributeStatuses
- the value to setpublic BulkUpdateNotesStatus.Builder bulkUpdateNotesMetadata(BulkUpdateNotesMetadata bulkUpdateNotesMetadata)
public BulkUpdateNotesStatus build()
public BulkUpdateNotesStatus.Builder copy(BulkUpdateNotesStatus model)
Copyright © 2016–2024. All rights reserved.