public static class BulkUpdateAttributeStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkUpdateAttributeStatus.Builder |
attributeStatuses(List<AttributeUpdateResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk update attribute request in
this collection.
|
BulkUpdateAttributeStatus |
build() |
BulkUpdateAttributeStatus.Builder |
bulkUpdateAttributeMetadata(BulkUpdateAttributeMetadata bulkUpdateAttributeMetadata) |
BulkUpdateAttributeStatus.Builder |
copy(BulkUpdateAttributeStatus model) |
public BulkUpdateAttributeStatus.Builder attributeStatuses(List<AttributeUpdateResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk update attribute request in this collection. The ith object in this collection represents the bulk update attribute operation status of the ith object in the BulkUpdateAttributeDetails object in the Bulk update attribute request. If the bulk update attribute operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateAttributeMetadata object will contain the appropriate bulk error status for the bulk operation.
attributeStatuses
- the value to setpublic BulkUpdateAttributeStatus.Builder bulkUpdateAttributeMetadata(BulkUpdateAttributeMetadata bulkUpdateAttributeMetadata)
public BulkUpdateAttributeStatus build()
public BulkUpdateAttributeStatus.Builder copy(BulkUpdateAttributeStatus model)
Copyright © 2016–2024. All rights reserved.