Interface LaunchDetails.Builder

  • Method Details

    • latestLaunchTime

      LaunchDetails.Builder latestLaunchTime(Instant latestLaunchTime)

      The latest time that this application was launched successfully.

      Parameters:
      latestLaunchTime - The latest time that this application was launched successfully.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackName

      LaunchDetails.Builder stackName(String stackName)

      The name of the latest stack launched for this application.

      Parameters:
      stackName - The name of the latest stack launched for this application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackId

      LaunchDetails.Builder stackId(String stackId)

      The ID of the latest stack launched for this application.

      Parameters:
      stackId - The ID of the latest stack launched for this application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.