static BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.builder() |
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.errorCode(String errorCode) |
The error code.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.errorCode(BatchPutAssetPropertyValueErrorCode errorCode) |
The error code.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.errorMessage(String errorMessage) |
The associated error message.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.timestamps(Collection<TimeInNanos> timestamps) |
A list of timestamps for each error, if any.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.timestamps(Consumer<TimeInNanos.Builder>... timestamps) |
A list of timestamps for each error, if any.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.timestamps(TimeInNanos... timestamps) |
A list of timestamps for each error, if any.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.toBuilder() |
|