Interface LastUpdate.Builder

    • Method Detail

      • 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

        LastUpdate.Builder error​(UpdateError 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.
      • 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:
        UpdateStatus, UpdateStatus
      • status

        LastUpdate.Builder status​(UpdateStatus 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:
        UpdateStatus, UpdateStatus