public static interface BatchPutAssetPropertyError.Builder extends SdkPojo, CopyableBuilder<BatchPutAssetPropertyError.Builder,BatchPutAssetPropertyError>
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyError.Builder |
errorCode(BatchPutAssetPropertyValueErrorCode errorCode)
The error code.
|
BatchPutAssetPropertyError.Builder |
errorCode(String errorCode)
The error code.
|
BatchPutAssetPropertyError.Builder |
errorMessage(String errorMessage)
The associated error message.
|
BatchPutAssetPropertyError.Builder |
timestamps(Collection<TimeInNanos> timestamps)
A list of timestamps for each error, if any.
|
BatchPutAssetPropertyError.Builder |
timestamps(Consumer<TimeInNanos.Builder>... timestamps)
A list of timestamps for each error, if any.
|
BatchPutAssetPropertyError.Builder |
timestamps(TimeInNanos... timestamps)
A list of timestamps for each error, if any.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutAssetPropertyError.Builder errorCode(String errorCode)
The error code.
errorCode - The error code.BatchPutAssetPropertyValueErrorCode,
BatchPutAssetPropertyValueErrorCodeBatchPutAssetPropertyError.Builder errorCode(BatchPutAssetPropertyValueErrorCode errorCode)
The error code.
errorCode - The error code.BatchPutAssetPropertyValueErrorCode,
BatchPutAssetPropertyValueErrorCodeBatchPutAssetPropertyError.Builder errorMessage(String errorMessage)
The associated error message.
errorMessage - The associated error message.BatchPutAssetPropertyError.Builder timestamps(Collection<TimeInNanos> timestamps)
A list of timestamps for each error, if any.
timestamps - A list of timestamps for each error, if any.BatchPutAssetPropertyError.Builder timestamps(TimeInNanos... timestamps)
A list of timestamps for each error, if any.
timestamps - A list of timestamps for each error, if any.BatchPutAssetPropertyError.Builder timestamps(Consumer<TimeInNanos.Builder>... timestamps)
A list of timestamps for each error, if any.
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 #timestamps(List) .timestamps - a consumer that will call methods on List.Builder #timestamps(List) Copyright © 2021. All rights reserved.