ApplicationSummary.Builder |
ApplicationSummary.Builder.applicationArn(String applicationArn) |
The Amazon Resource Name (ARN) of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.applicationId(String applicationId) |
The unique identifier of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.applicationVersion(Integer applicationVersion) |
The version of the application.
|
static ApplicationSummary.Builder |
ApplicationSummary.builder() |
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.creationTime(Instant creationTime) |
The timestamp when the application was created.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.deploymentStatus(String deploymentStatus) |
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.deploymentStatus(ApplicationDeploymentLifecycle deploymentStatus) |
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.description(String description) |
The description of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.engineType(String engineType) |
The type of the target platform for this application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.engineType(EngineType engineType) |
The type of the target platform for this application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.environmentId(String environmentId) |
The unique identifier of the runtime environment that hosts this application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.lastStartTime(Instant lastStartTime) |
The timestamp when you last started the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.name(String name) |
The name of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the role associated with the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.status(String status) |
The status of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.status(ApplicationLifecycle status) |
The status of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.toBuilder() |
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.versionStatus(String versionStatus) |
Indicates the status of the latest version of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.versionStatus(ApplicationVersionLifecycle versionStatus) |
Indicates the status of the latest version of the application.
|