static ServiceInstanceState.Builder |
ServiceInstanceState.builder() |
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.lastSuccessfulComponentDeploymentIds(String... lastSuccessfulComponentDeploymentIds) |
The IDs for the last successful components deployed for this service instance.
|
ServiceInstanceState.Builder |
ServiceInstanceState.Builder.lastSuccessfulComponentDeploymentIds(Collection<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() |
|