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