Interface ApplicationState.Builder

  • Method Details

    • applicationId

      ApplicationState.Builder applicationId(String applicationId)

      The configurationId from the Application Discovery Service that uniquely identifies an application.

      Parameters:
      applicationId - The configurationId from the Application Discovery Service that uniquely identifies an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationStatus

      ApplicationState.Builder applicationStatus(String applicationStatus)

      The current status of an application.

      Parameters:
      applicationStatus - The current status of an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationStatus

      ApplicationState.Builder applicationStatus(ApplicationStatus applicationStatus)

      The current status of an application.

      Parameters:
      applicationStatus - The current status of an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastUpdatedTime

      ApplicationState.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.