public static interface BatchPutAssetPropertyErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchPutAssetPropertyErrorEntry.Builder,BatchPutAssetPropertyErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyErrorEntry.Builder |
entryId(String entryId)
The ID of the failed entry.
|
BatchPutAssetPropertyErrorEntry.Builder |
errors(BatchPutAssetPropertyError... errors)
The list of update property value errors.
|
BatchPutAssetPropertyErrorEntry.Builder |
errors(Collection<BatchPutAssetPropertyError> errors)
The list of update property value errors.
|
BatchPutAssetPropertyErrorEntry.Builder |
errors(Consumer<BatchPutAssetPropertyError.Builder>... errors)
The list of update property value errors.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutAssetPropertyErrorEntry.Builder entryId(String entryId)
The ID of the failed entry.
entryId - The ID of the failed entry.BatchPutAssetPropertyErrorEntry.Builder errors(Collection<BatchPutAssetPropertyError> errors)
The list of update property value errors.
errors - The list of update property value errors.BatchPutAssetPropertyErrorEntry.Builder errors(BatchPutAssetPropertyError... errors)
The list of update property value errors.
errors - The list of update property value errors.BatchPutAssetPropertyErrorEntry.Builder errors(Consumer<BatchPutAssetPropertyError.Builder>... errors)
The list of update property value errors.
This is a convenience method that creates an instance of theBatchPutAssetPropertyError.Builder avoiding the
need to create one manually via
BatchPutAssetPropertyError.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchPutAssetPropertyError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.