Interface DescribeApplicationStateResponse.Builder

    • Method Detail

      • applicationStatus

        DescribeApplicationStateResponse.Builder applicationStatus​(String applicationStatus)

        Status of the application - Not Started, In-Progress, Complete.

        Parameters:
        applicationStatus - Status of the application - Not Started, In-Progress, Complete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationStatus, ApplicationStatus
      • lastUpdatedTime

        DescribeApplicationStateResponse.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The timestamp when the application status was last updated.

        Parameters:
        lastUpdatedTime - The timestamp when the application status was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.