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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.