public static interface LastUpdate.Builder extends SdkPojo, CopyableBuilder<LastUpdate.Builder,LastUpdate>
| Modifier and Type | Method and Description |
|---|---|
LastUpdate.Builder |
createdAt(Instant createdAt)
The day and time of the last update on the environment.
|
default LastUpdate.Builder |
error(Consumer<UpdateError.Builder> error)
The error that was encountered during the last update of the environment.
|
LastUpdate.Builder |
error(UpdateError error)
The error that was encountered during the last update of the environment.
|
LastUpdate.Builder |
source(String source)
The source of the last update to the environment.
|
LastUpdate.Builder |
status(String status)
The status of the last update on the environment.
|
LastUpdate.Builder |
status(UpdateStatus status)
The status of the last update on the environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLastUpdate.Builder createdAt(Instant createdAt)
The day and time of the last update on the environment.
createdAt - The day and time of the last update on the environment.LastUpdate.Builder error(UpdateError error)
The error that was encountered during the last update of the environment.
error - The error that was encountered during the last update of the environment.default LastUpdate.Builder error(Consumer<UpdateError.Builder> error)
The error that was encountered during the last update of the environment.
This is a convenience that creates an instance of theUpdateError.Builder avoiding the need to create
one manually via UpdateError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to error(UpdateError).error - a consumer that will call methods on UpdateError.Buildererror(UpdateError)LastUpdate.Builder source(String source)
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
source - The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as
an environment maintenance update.LastUpdate.Builder status(String status)
The status of the last update on the environment.
status - The status of the last update on the environment.UpdateStatus,
UpdateStatusLastUpdate.Builder status(UpdateStatus status)
The status of the last update on the environment.
status - The status of the last update on the environment.UpdateStatus,
UpdateStatusCopyright © 2022. All rights reserved.