Interface ApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkPojo
- Enclosing class:
ApplicationSummary
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of the application.applicationId
(String applicationId) The unique identifier of the application.applicationVersion
(Integer applicationVersion) The version of the application.creationTime
(Instant creationTime) The timestamp when the application was created.deploymentStatus
(String deploymentStatus) Indicates either an ongoing deployment or if the application has ever deployed successfully.deploymentStatus
(ApplicationDeploymentLifecycle deploymentStatus) Indicates either an ongoing deployment or if the application has ever deployed successfully.description
(String description) The description of the application.engineType
(String engineType) The type of the target platform for this application.engineType
(EngineType engineType) The type of the target platform for this application.environmentId
(String environmentId) The unique identifier of the runtime environment that hosts this application.lastStartTime
(Instant lastStartTime) The timestamp when you last started the application.The name of the application.The Amazon Resource Name (ARN) of the role associated with the application.The status of the application.status
(ApplicationLifecycle status) The status of the application.versionStatus
(String versionStatus) Indicates the status of the latest version of the application.versionStatus
(ApplicationVersionLifecycle versionStatus) Indicates the status of the latest version of the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationArn
The Amazon Resource Name (ARN) of the application.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationId
The unique identifier of the application.
- Parameters:
applicationId
- The unique identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationVersion
The version of the application.
- Parameters:
applicationVersion
- The version of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp when the application was created.
- Parameters:
creationTime
- The timestamp when the application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentStatus
Indicates either an ongoing deployment or if the application has ever deployed successfully.
- Parameters:
deploymentStatus
- Indicates either an ongoing deployment or if the application has ever deployed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentStatus
Indicates either an ongoing deployment or if the application has ever deployed successfully.
- Parameters:
deploymentStatus
- Indicates either an ongoing deployment or if the application has ever deployed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the application.
- Parameters:
description
- The description of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineType
The type of the target platform for this application.
- Parameters:
engineType
- The type of the target platform for this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engineType
The type of the target platform for this application.
- Parameters:
engineType
- The type of the target platform for this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
environmentId
The unique identifier of the runtime environment that hosts this application.
- Parameters:
environmentId
- The unique identifier of the runtime environment that hosts this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastStartTime
The timestamp when you last started the application. Null until the application runs for the first time.
- Parameters:
lastStartTime
- The timestamp when you last started the application. Null until the application runs for the first time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the application.
- Parameters:
name
- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the role associated with the application.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the role associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the application.
- Parameters:
status
- The status of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the application.
- Parameters:
status
- The status of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionStatus
Indicates the status of the latest version of the application.
- Parameters:
versionStatus
- Indicates the status of the latest version of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionStatus
Indicates the status of the latest version of the application.
- Parameters:
versionStatus
- Indicates the status of the latest version of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-