| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
static LastUpdate.Builder |
LastUpdate.builder() |
LastUpdate.Builder |
LastUpdate.Builder.createdAt(Instant createdAt)
The day and time of the last update on the environment.
|
default LastUpdate.Builder |
LastUpdate.Builder.error(Consumer<UpdateError.Builder> error)
The error that was encountered during the last update of the environment.
|
LastUpdate.Builder |
LastUpdate.Builder.error(UpdateError error)
The error that was encountered during the last update of the environment.
|
LastUpdate.Builder |
LastUpdate.Builder.source(String source)
The source of the last update to the environment.
|
LastUpdate.Builder |
LastUpdate.Builder.status(String status)
The status of the last update on the environment.
|
LastUpdate.Builder |
LastUpdate.Builder.status(UpdateStatus status)
The status of the last update on the environment.
|
LastUpdate.Builder |
LastUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LastUpdate.Builder> |
LastUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Environment.Builder |
Environment.Builder.lastUpdate(Consumer<LastUpdate.Builder> lastUpdate)
The status of the last update on the environment.
|
Copyright © 2022. All rights reserved.