| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServicePipelineState |
ServicePipelineState.clone() |
ServicePipelineState |
DeploymentState.getServicePipeline()
The state of the service pipeline associated with the deployment.
|
ServicePipelineState |
ServicePipelineState.withSpec(String spec)
The service spec that was used to create the service pipeline.
|
ServicePipelineState |
ServicePipelineState.withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServicePipelineState |
ServicePipelineState.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServicePipelineState |
ServicePipelineState.withTemplateName(String templateName)
The name of the service template that was used to create the service pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentState.setServicePipeline(ServicePipelineState servicePipeline)
The state of the service pipeline associated with the deployment.
|
DeploymentState |
DeploymentState.withServicePipeline(ServicePipelineState servicePipeline)
The state of the service pipeline associated with the deployment.
|
Copyright © 2025. All rights reserved.