Uses of Interface
software.amazon.awssdk.services.mwaa.model.LastUpdate.Builder
-
Packages that use LastUpdate.Builder Package Description software.amazon.awssdk.services.mwaa.model -
-
Uses of LastUpdate.Builder in software.amazon.awssdk.services.mwaa.model
Methods in software.amazon.awssdk.services.mwaa.model that return LastUpdate.Builder Modifier and Type Method Description static LastUpdate.BuilderLastUpdate. builder()LastUpdate.BuilderLastUpdate.Builder. createdAt(Instant createdAt)The day and time of the last update on the environment.default LastUpdate.BuilderLastUpdate.Builder. error(Consumer<UpdateError.Builder> error)The error that was encountered during the last update of the environment.LastUpdate.BuilderLastUpdate.Builder. error(UpdateError error)The error that was encountered during the last update of the environment.LastUpdate.BuilderLastUpdate.Builder. source(String source)The source of the last update to the environment.LastUpdate.BuilderLastUpdate.Builder. status(String status)The status of the last update on the environment.LastUpdate.BuilderLastUpdate.Builder. status(UpdateStatus status)The status of the last update on the environment.LastUpdate.BuilderLastUpdate. toBuilder()Methods in software.amazon.awssdk.services.mwaa.model that return types with arguments of type LastUpdate.Builder Modifier and Type Method Description static Class<? extends LastUpdate.Builder>LastUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mwaa.model with type arguments of type LastUpdate.Builder Modifier and Type Method Description default Environment.BuilderEnvironment.Builder. lastUpdate(Consumer<LastUpdate.Builder> lastUpdate)The status of the last update on the environment.
-