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