| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServicePipeline.Builder |
ServicePipeline.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the service pipeline.
|
static ServicePipeline.Builder |
ServicePipeline.builder() |
ServicePipeline.Builder |
ServicePipeline.Builder.createdAt(Instant createdAt)
The time when the service pipeline was created.
|
ServicePipeline.Builder |
ServicePipeline.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The deployment status of the service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.Builder.deploymentStatus(String deploymentStatus)
The deployment status of the service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.Builder.deploymentStatusMessage(String deploymentStatusMessage)
A service pipeline deployment status message.
|
ServicePipeline.Builder |
ServicePipeline.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.Builder.lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the service pipeline was last attempted.
|
ServicePipeline.Builder |
ServicePipeline.Builder.lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the service pipeline was last deployed successfully.
|
ServicePipeline.Builder |
ServicePipeline.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.Builder.spec(String spec)
The service spec that was used to create the service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.Builder.templateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.Builder.templateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.Builder.templateName(String templateName)
The name of the service template that was used to create the service pipeline.
|
ServicePipeline.Builder |
ServicePipeline.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServicePipeline.Builder> |
ServicePipeline.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CancelServicePipelineDeploymentResponse.Builder |
CancelServicePipelineDeploymentResponse.Builder.pipeline(Consumer<ServicePipeline.Builder> pipeline)
The service pipeline detail data that's returned by Proton.
|
default Service.Builder |
Service.Builder.pipeline(Consumer<ServicePipeline.Builder> pipeline)
The service pipeline detail data.
|
default UpdateServicePipelineResponse.Builder |
UpdateServicePipelineResponse.Builder.pipeline(Consumer<ServicePipeline.Builder> pipeline)
The pipeline details that are returned by Proton.
|
Copyright © 2023. All rights reserved.