| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServicePipeline |
ServicePipeline.clone() |
ServicePipeline |
UpdateServicePipelineResult.getPipeline()
The pipeline details that are returned by Proton.
|
ServicePipeline |
CancelServicePipelineDeploymentResult.getPipeline()
The service pipeline detail data that's returned by Proton.
|
ServicePipeline |
Service.getPipeline()
The service pipeline detail data.
|
ServicePipeline |
ServicePipeline.withArn(String arn)
The Amazon Resource Name (ARN) of the service pipeline.
|
ServicePipeline |
ServicePipeline.withCreatedAt(Date createdAt)
The time when the service pipeline was created.
|
ServicePipeline |
ServicePipeline.withDeploymentStatus(DeploymentStatus deploymentStatus)
The deployment status of the service pipeline.
|
ServicePipeline |
ServicePipeline.withDeploymentStatus(String deploymentStatus)
The deployment status of the service pipeline.
|
ServicePipeline |
ServicePipeline.withDeploymentStatusMessage(String deploymentStatusMessage)
A service pipeline deployment status message.
|
ServicePipeline |
ServicePipeline.withLastDeploymentAttemptedAt(Date lastDeploymentAttemptedAt)
The time when a deployment of the service pipeline was last attempted.
|
ServicePipeline |
ServicePipeline.withLastDeploymentSucceededAt(Date lastDeploymentSucceededAt)
The time when the service pipeline was last deployed successfully.
|
ServicePipeline |
ServicePipeline.withSpec(String spec)
The service spec that was used to create the service pipeline.
|
ServicePipeline |
ServicePipeline.withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServicePipeline |
ServicePipeline.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServicePipeline |
ServicePipeline.withTemplateName(String templateName)
The name of the service template that was used to create the service pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServicePipelineResult.setPipeline(ServicePipeline pipeline)
The pipeline details that are returned by Proton.
|
void |
CancelServicePipelineDeploymentResult.setPipeline(ServicePipeline pipeline)
The service pipeline detail data that's returned by Proton.
|
void |
Service.setPipeline(ServicePipeline pipeline)
The service pipeline detail data.
|
UpdateServicePipelineResult |
UpdateServicePipelineResult.withPipeline(ServicePipeline pipeline)
The pipeline details that are returned by Proton.
|
CancelServicePipelineDeploymentResult |
CancelServicePipelineDeploymentResult.withPipeline(ServicePipeline pipeline)
The service pipeline detail data that's returned by Proton.
|
Service |
Service.withPipeline(ServicePipeline pipeline)
The service pipeline detail data.
|
Copyright © 2023. All rights reserved.