public static interface ServicePipeline.Builder extends SdkPojo, CopyableBuilder<ServicePipeline.Builder,ServicePipeline>
| Modifier and Type | Method and Description |
|---|---|
ServicePipeline.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service pipeline.
|
ServicePipeline.Builder |
createdAt(Instant createdAt)
The time when the service pipeline was created.
|
ServicePipeline.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The deployment status of the service pipeline.
|
ServicePipeline.Builder |
deploymentStatus(String deploymentStatus)
The deployment status of the service pipeline.
|
ServicePipeline.Builder |
deploymentStatusMessage(String deploymentStatusMessage)
A service pipeline deployment status message.
|
ServicePipeline.Builder |
lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this service pipeline.
|
ServicePipeline.Builder |
lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the service pipeline was last attempted.
|
ServicePipeline.Builder |
lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the service pipeline was last deployed successfully.
|
ServicePipeline.Builder |
lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this service pipeline.
|
ServicePipeline.Builder |
spec(String spec)
The service spec that was used to create the service pipeline.
|
ServicePipeline.Builder |
templateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServicePipeline.Builder |
templateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServicePipeline.Builder |
templateName(String templateName)
The name of the service template that was used to create the service pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServicePipeline.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service pipeline.
arn - The Amazon Resource Name (ARN) of the service pipeline.ServicePipeline.Builder createdAt(Instant createdAt)
The time when the service pipeline was created.
createdAt - The time when the service pipeline was created.ServicePipeline.Builder deploymentStatus(String deploymentStatus)
The deployment status of the service pipeline.
deploymentStatus - The deployment status of the service pipeline.DeploymentStatus,
DeploymentStatusServicePipeline.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The deployment status of the service pipeline.
deploymentStatus - The deployment status of the service pipeline.DeploymentStatus,
DeploymentStatusServicePipeline.Builder deploymentStatusMessage(String deploymentStatusMessage)
A service pipeline deployment status message.
deploymentStatusMessage - A service pipeline deployment status message.ServicePipeline.Builder lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this service pipeline.
lastAttemptedDeploymentId - The ID of the last attempted deployment of this service pipeline.ServicePipeline.Builder lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the service pipeline was last attempted.
lastDeploymentAttemptedAt - The time when a deployment of the service pipeline was last attempted.ServicePipeline.Builder lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the service pipeline was last deployed successfully.
lastDeploymentSucceededAt - The time when the service pipeline was last deployed successfully.ServicePipeline.Builder lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this service pipeline.
lastSucceededDeploymentId - The ID of the last successful deployment of this service pipeline.ServicePipeline.Builder spec(String spec)
The service spec that was used to create the service pipeline.
spec - The service spec that was used to create the service pipeline.ServicePipeline.Builder templateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
templateMajorVersion - The major version of the service template that was used to create the service pipeline.ServicePipeline.Builder templateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
templateMinorVersion - The minor version of the service template that was used to create the service pipeline.ServicePipeline.Builder templateName(String templateName)
The name of the service template that was used to create the service pipeline.
templateName - The name of the service template that was used to create the service pipeline.Copyright © 2023. All rights reserved.