| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo.Builder |
ErrorInfo.builder() |
ErrorInfo.Builder |
ErrorInfo.Builder.code(String code)
The error code.
|
ErrorInfo.Builder |
ErrorInfo.Builder.message(String message)
The error message.
|
ErrorInfo.Builder |
ErrorInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ErrorInfo.Builder> |
ErrorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Error information associated with the OTA update.
|
Copyright © 2021. All rights reserved.