| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary.Builder |
DeploymentSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the deployment.
|
static DeploymentSummary.Builder |
DeploymentSummary.builder() |
DeploymentSummary.Builder |
DeploymentSummary.Builder.completedAt(Instant completedAt)
The date and time the deployment was completed.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.componentName(String componentName)
The name of the component associated with the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.createdAt(Instant createdAt)
The date and time the deployment was created.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The current status of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.deploymentStatus(String deploymentStatus)
The current status of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.environmentName(String environmentName)
The name of the environment associated with the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.id(String id)
The ID of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lastModifiedAt(Instant lastModifiedAt)
The date and time the deployment was last modified.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.serviceInstanceName(String serviceInstanceName)
The name of the service instance associated with the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.serviceName(String serviceName)
The name of the service associated with the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.targetResourceCreatedAt(Instant targetResourceCreatedAt)
The date and time the target resource was created.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.targetResourceType(DeploymentTargetResourceType targetResourceType)
The resource type of the deployment target.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.targetResourceType(String targetResourceType)
The resource type of the deployment target.
|
DeploymentSummary.Builder |
DeploymentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentSummary.Builder> |
DeploymentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.