| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateError.Builder |
UpdateError.builder() |
UpdateError.Builder |
UpdateError.Builder.errorCode(String errorCode)
The error code that corresponds to the error with the last update.
|
UpdateError.Builder |
UpdateError.Builder.errorMessage(String errorMessage)
The error message that corresponds to the error code.
|
UpdateError.Builder |
UpdateError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateError.Builder> |
UpdateError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LastUpdate.Builder |
LastUpdate.Builder.error(Consumer<UpdateError.Builder> error)
The error that was encountered during the last update of the environment.
|
Copyright © 2023. All rights reserved.