| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
Deployment.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the deployment.
|
static Deployment.Builder |
Deployment.builder() |
Deployment.Builder |
Deployment.Builder.completedAt(Instant completedAt)
The date and time the deployment was completed.
|
Deployment.Builder |
Deployment.Builder.componentName(String componentName)
The name of the component associated with this deployment.
|
Deployment.Builder |
Deployment.Builder.createdAt(Instant createdAt)
The date and time the deployment was created.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(String deploymentStatus)
The status of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatusMessage(String deploymentStatusMessage)
The deployment status message.
|
Deployment.Builder |
Deployment.Builder.environmentName(String environmentName)
The name of the environment associated with this deployment.
|
Deployment.Builder |
Deployment.Builder.id(String id)
The ID of the deployment.
|
default Deployment.Builder |
Deployment.Builder.initialState(Consumer<DeploymentState.Builder> initialState)
The initial state of the target resource at the time of the deployment.
|
Deployment.Builder |
Deployment.Builder.initialState(DeploymentState initialState)
The initial state of the target resource at the time of the deployment.
|
Deployment.Builder |
Deployment.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment.
|
Deployment.Builder |
Deployment.Builder.lastModifiedAt(Instant lastModifiedAt)
The date and time the deployment was last modified.
|
Deployment.Builder |
Deployment.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment.
|
Deployment.Builder |
Deployment.Builder.serviceInstanceName(String serviceInstanceName)
The name of the deployment's service instance.
|
Deployment.Builder |
Deployment.Builder.serviceName(String serviceName)
The name of the service in this deployment.
|
Deployment.Builder |
Deployment.Builder.targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of the deployment.
|
Deployment.Builder |
Deployment.Builder.targetResourceCreatedAt(Instant targetResourceCreatedAt)
The date and time the depoyment target was created.
|
Deployment.Builder |
Deployment.Builder.targetResourceType(DeploymentTargetResourceType targetResourceType)
The resource type of the deployment target.
|
Deployment.Builder |
Deployment.Builder.targetResourceType(String targetResourceType)
The resource type of the deployment target.
|
default Deployment.Builder |
Deployment.Builder.targetState(Consumer<DeploymentState.Builder> targetState)
The target state of the target resource at the time of the deployment.
|
Deployment.Builder |
Deployment.Builder.targetState(DeploymentState targetState)
The target state of the target resource at the time of the deployment.
|
Deployment.Builder |
Deployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deployment(Consumer<Deployment.Builder> deployment)
The detailed data of the requested deployment.
|
default DeleteDeploymentResponse.Builder |
DeleteDeploymentResponse.Builder.deployment(Consumer<Deployment.Builder> deployment)
The detailed data of the deployment being deleted.
|
Copyright © 2023. All rights reserved.