Interface LastUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LastUpdate.Builder,LastUpdate>, SdkBuilder<LastUpdate.Builder,LastUpdate>, SdkPojo
Enclosing class:
LastUpdate

public static interface LastUpdate.Builder extends SdkPojo, CopyableBuilder<LastUpdate.Builder,LastUpdate>
  • Method Details

    • createdAt

      LastUpdate.Builder createdAt(Instant createdAt)

      The day and time of the last update on the environment.

      Parameters:
      createdAt - The day and time of the last update on the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      The error that was encountered during the last update of the environment.

      Parameters:
      error - The error that was encountered during the last update of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      The error that was encountered during the last update of the environment.

      This is a convenience method that creates an instance of the UpdateError.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).

      Parameters:
      error - a consumer that will call methods on UpdateError.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source

      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.

      Parameters:
      source - The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      LastUpdate.Builder status(String status)

      The status of the last update on the environment.

      Parameters:
      status - The status of the last update on the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the last update on the environment.

      Parameters:
      status - The status of the last update on the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: