public static interface ServiceInstanceState.Builder extends SdkPojo, CopyableBuilder<ServiceInstanceState.Builder,ServiceInstanceState>
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceState.Builder |
lastSuccessfulComponentDeploymentIds(Collection<String> lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
|
ServiceInstanceState.Builder |
lastSuccessfulComponentDeploymentIds(String... lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
|
ServiceInstanceState.Builder |
lastSuccessfulEnvironmentDeploymentId(String lastSuccessfulEnvironmentDeploymentId)
The ID for the last successful environment deployed for this service instance.
|
ServiceInstanceState.Builder |
lastSuccessfulServicePipelineDeploymentId(String lastSuccessfulServicePipelineDeploymentId)
The ID for the last successful service pipeline deployed for this service instance.
|
ServiceInstanceState.Builder |
spec(String spec)
The service spec that was used to create the service instance.
|
ServiceInstanceState.Builder |
templateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service pipeline.
|
ServiceInstanceState.Builder |
templateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service pipeline.
|
ServiceInstanceState.Builder |
templateName(String templateName)
The name of the service template that was used to create the service instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceInstanceState.Builder lastSuccessfulComponentDeploymentIds(Collection<String> lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
lastSuccessfulComponentDeploymentIds - The IDs for the last successful components deployed for this service instance.ServiceInstanceState.Builder lastSuccessfulComponentDeploymentIds(String... lastSuccessfulComponentDeploymentIds)
The IDs for the last successful components deployed for this service instance.
lastSuccessfulComponentDeploymentIds - The IDs for the last successful components deployed for this service instance.ServiceInstanceState.Builder lastSuccessfulEnvironmentDeploymentId(String lastSuccessfulEnvironmentDeploymentId)
The ID for the last successful environment deployed for this service instance.
lastSuccessfulEnvironmentDeploymentId - The ID for the last successful environment deployed for this service instance.ServiceInstanceState.Builder lastSuccessfulServicePipelineDeploymentId(String lastSuccessfulServicePipelineDeploymentId)
The ID for the last successful service pipeline deployed for this service instance.
lastSuccessfulServicePipelineDeploymentId - The ID for the last successful service pipeline deployed for this service instance.ServiceInstanceState.Builder spec(String spec)
The service spec that was used to create the service instance.
spec - The service spec that was used to create the service instance.ServiceInstanceState.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.ServiceInstanceState.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.ServiceInstanceState.Builder templateName(String templateName)
The name of the service template that was used to create the service instance.
templateName - The name of the service template that was used to create the service instance.Copyright © 2023. All rights reserved.