| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceState.Builder |
ServiceInstanceState.builder() |
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.lastSuccessfulComponentDeploymentIds(Collection<String> lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.lastSuccessfulComponentDeploymentIds(String... lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.lastSuccessfulEnvironmentDeploymentId(String lastSuccessfulEnvironmentDeploymentId)
The ID for the last successful environment deployed for this service instance.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.lastSuccessfulServicePipelineDeploymentId(String lastSuccessfulServicePipelineDeploymentId)
The ID for the last successful service pipeline deployed for this service instance.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.spec(String spec)
The service spec that was used to create the service instance.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.templateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.templateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.templateName(String templateName)
The name of the service template that was used to create the service instance.
|
ServiceInstanceState.Builder |
ServiceInstanceState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceInstanceState.Builder> |
ServiceInstanceState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState |
DeploymentState.fromServiceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance)
Create an instance of this class with
DeploymentState.serviceInstance() initialized to the given value. |
default DeploymentState.Builder |
DeploymentState.Builder.serviceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance)
The state of the service instance associated with the deployment.
|
Copyright © 2023. All rights reserved.