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