public static interface LaunchDetails.Builder extends SdkPojo, CopyableBuilder<LaunchDetails.Builder,LaunchDetails>
Modifier and Type | Method and Description |
---|---|
LaunchDetails.Builder |
latestLaunchTime(Instant latestLaunchTime)
The latest time that this application was launched successfully.
|
LaunchDetails.Builder |
stackId(String stackId)
The ID of the latest stack launched for this application.
|
LaunchDetails.Builder |
stackName(String stackName)
The name of the latest stack launched for this application.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchDetails.Builder latestLaunchTime(Instant latestLaunchTime)
The latest time that this application was launched successfully.
latestLaunchTime
- The latest time that this application was launched successfully.LaunchDetails.Builder stackName(String stackName)
The name of the latest stack launched for this application.
stackName
- The name of the latest stack launched for this application.LaunchDetails.Builder stackId(String stackId)
The ID of the latest stack launched for this application.
stackId
- The ID of the latest stack launched for this application.