| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.builder() |
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.errorCode(BatchPutAssetPropertyValueErrorCode errorCode)
The error code.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.errorCode(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchPutAssetPropertyError.Builder> |
BatchPutAssetPropertyError.serializableBuilderClass() |
Copyright © 2021. All rights reserved.