public static interface LaunchDetails.Builder extends SdkPojo, CopyableBuilder<LaunchDetails.Builder,LaunchDetails>
| Modifier and Type | Method and Description |
|---|---|
LaunchDetails.Builder |
latestLaunchTime(Instant latestLaunchTime)
Latest time this application was launched successfully.
|
LaunchDetails.Builder |
stackId(String stackId)
Identifier of the latest stack launched for this application.
|
LaunchDetails.Builder |
stackName(String stackName)
Name of the latest stack launched for this application.
|
copyapplyMutation, buildLaunchDetails.Builder latestLaunchTime(Instant latestLaunchTime)
Latest time this application was launched successfully.
latestLaunchTime - Latest time this application was launched successfully.LaunchDetails.Builder stackName(String stackName)
Name of the latest stack launched for this application.
stackName - Name of the latest stack launched for this application.LaunchDetails.Builder stackId(String stackId)
Identifier of the latest stack launched for this application.
stackId - Identifier of the latest stack launched for this application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.