| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary.Builder |
ComponentSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
static ComponentSummary.Builder |
ComponentSummary.builder() |
ComponentSummary.Builder |
ComponentSummary.Builder.createdAt(Instant createdAt)
The time when the component was created.
|
ComponentSummary.Builder |
ComponentSummary.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
|
ComponentSummary.Builder |
ComponentSummary.Builder.deploymentStatus(String deploymentStatus)
The component deployment status.
|
ComponentSummary.Builder |
ComponentSummary.Builder.deploymentStatusMessage(String deploymentStatusMessage)
The message associated with the component deployment status.
|
ComponentSummary.Builder |
ComponentSummary.Builder.environmentName(String environmentName)
The name of the Proton environment that this component is associated with.
|
ComponentSummary.Builder |
ComponentSummary.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the component was last attempted.
|
ComponentSummary.Builder |
ComponentSummary.Builder.lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the component was last deployed successfully.
|
ComponentSummary.Builder |
ComponentSummary.Builder.lastModifiedAt(Instant lastModifiedAt)
The time when the component was last modified.
|
ComponentSummary.Builder |
ComponentSummary.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.name(String name)
The name of the component.
|
ComponentSummary.Builder |
ComponentSummary.Builder.serviceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
ComponentSummary.Builder |
ComponentSummary.Builder.serviceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
ComponentSummary.Builder |
ComponentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentSummary.Builder> |
ComponentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.