Interface DescribeApplicationStateResponse.Builder

  • Method Details

    • 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

      DescribeApplicationStateResponse.Builder applicationStatus(ApplicationStatus 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:
    • 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.