| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceState |
ServiceInstanceState.clone() |
ServiceInstanceState |
DeploymentState.getServiceInstance()
The state of the service instance associated with the deployment.
|
ServiceInstanceState |
ServiceInstanceState.withLastSuccessfulComponentDeploymentIds(Collection<String> lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
|
ServiceInstanceState |
ServiceInstanceState.withLastSuccessfulComponentDeploymentIds(String... lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
|
ServiceInstanceState |
ServiceInstanceState.withLastSuccessfulEnvironmentDeploymentId(String lastSuccessfulEnvironmentDeploymentId)
The ID for the last successful environment deployed for this service instance.
|
ServiceInstanceState |
ServiceInstanceState.withLastSuccessfulServicePipelineDeploymentId(String lastSuccessfulServicePipelineDeploymentId)
The ID for the last successful service pipeline deployed for this service instance.
|
ServiceInstanceState |
ServiceInstanceState.withSpec(String spec)
The service spec that was used to create the service instance.
|
ServiceInstanceState |
ServiceInstanceState.withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServiceInstanceState |
ServiceInstanceState.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServiceInstanceState |
ServiceInstanceState.withTemplateName(String templateName)
The name of the service template that was used to create the service instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentState.setServiceInstance(ServiceInstanceState serviceInstance)
The state of the service instance associated with the deployment.
|
DeploymentState |
DeploymentState.withServiceInstance(ServiceInstanceState serviceInstance)
The state of the service instance associated with the deployment.
|
Copyright © 2023. All rights reserved.