public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary.Builder |
applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the application.
|
ApplicationSummary.Builder |
applicationId(String applicationId)
The unique identifier of the application.
|
ApplicationSummary.Builder |
applicationVersion(Integer applicationVersion)
The version of the application.
|
ApplicationSummary.Builder |
creationTime(Instant creationTime)
The timestamp when the application was created.
|
ApplicationSummary.Builder |
deploymentStatus(ApplicationDeploymentLifecycle deploymentStatus)
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
ApplicationSummary.Builder |
deploymentStatus(String deploymentStatus)
Indicates either an ongoing deployment or if the application has ever deployed successfully.
|
ApplicationSummary.Builder |
description(String description)
The description of the application.
|
ApplicationSummary.Builder |
engineType(EngineType engineType)
The type of the target platform for this application.
|
ApplicationSummary.Builder |
engineType(String engineType)
The type of the target platform for this application.
|
ApplicationSummary.Builder |
environmentId(String environmentId)
The unique identifier of the runtime environment that hosts this application.
|
ApplicationSummary.Builder |
lastStartTime(Instant lastStartTime)
The timestamp when you last started the application.
|
ApplicationSummary.Builder |
name(String name)
The name of the application.
|
ApplicationSummary.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role associated with the application.
|
ApplicationSummary.Builder |
status(ApplicationLifecycle status)
The status of the application.
|
ApplicationSummary.Builder |
status(String status)
The status of the application.
|
ApplicationSummary.Builder |
versionStatus(ApplicationVersionLifecycle versionStatus)
Indicates the status of the latest version of the application.
|
ApplicationSummary.Builder |
versionStatus(String versionStatus)
Indicates the status of the latest version of the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSummary.Builder applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the application.
applicationArn - The Amazon Resource Name (ARN) of the application.ApplicationSummary.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.ApplicationSummary.Builder applicationVersion(Integer applicationVersion)
The version of the application.
applicationVersion - The version of the application.ApplicationSummary.Builder creationTime(Instant creationTime)
The timestamp when the application was created.
creationTime - The timestamp when the application was created.ApplicationSummary.Builder deploymentStatus(String deploymentStatus)
Indicates either an ongoing deployment or if the application has ever deployed successfully.
deploymentStatus - Indicates either an ongoing deployment or if the application has ever deployed successfully.ApplicationDeploymentLifecycle,
ApplicationDeploymentLifecycleApplicationSummary.Builder deploymentStatus(ApplicationDeploymentLifecycle deploymentStatus)
Indicates either an ongoing deployment or if the application has ever deployed successfully.
deploymentStatus - Indicates either an ongoing deployment or if the application has ever deployed successfully.ApplicationDeploymentLifecycle,
ApplicationDeploymentLifecycleApplicationSummary.Builder description(String description)
The description of the application.
description - The description of the application.ApplicationSummary.Builder engineType(String engineType)
The type of the target platform for this application.
engineType - The type of the target platform for this application.EngineType,
EngineTypeApplicationSummary.Builder engineType(EngineType engineType)
The type of the target platform for this application.
engineType - The type of the target platform for this application.EngineType,
EngineTypeApplicationSummary.Builder environmentId(String environmentId)
The unique identifier of the runtime environment that hosts this application.
environmentId - The unique identifier of the runtime environment that hosts this application.ApplicationSummary.Builder lastStartTime(Instant lastStartTime)
The timestamp when you last started the application. Null until the application runs for the first time.
lastStartTime - The timestamp when you last started the application. Null until the application runs for the first
time.ApplicationSummary.Builder name(String name)
The name of the application.
name - The name of the application.ApplicationSummary.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role associated with the application.
roleArn - The Amazon Resource Name (ARN) of the role associated with the application.ApplicationSummary.Builder status(String status)
The status of the application.
status - The status of the application.ApplicationLifecycle,
ApplicationLifecycleApplicationSummary.Builder status(ApplicationLifecycle status)
The status of the application.
status - The status of the application.ApplicationLifecycle,
ApplicationLifecycleApplicationSummary.Builder versionStatus(String versionStatus)
Indicates the status of the latest version of the application.
versionStatus - Indicates the status of the latest version of the application.ApplicationVersionLifecycle,
ApplicationVersionLifecycleApplicationSummary.Builder versionStatus(ApplicationVersionLifecycle versionStatus)
Indicates the status of the latest version of the application.
versionStatus - Indicates the status of the latest version of the application.ApplicationVersionLifecycle,
ApplicationVersionLifecycleCopyright © 2023. All rights reserved.