static DeploymentState.Builder |
DeploymentState.builder() |
|
default DeploymentState.Builder |
DeploymentState.Builder.component(Consumer<ComponentState.Builder> component) |
The state of the component associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.Builder.component(ComponentState component) |
The state of the component associated with the deployment.
|
default DeploymentState.Builder |
DeploymentState.Builder.environment(Consumer<EnvironmentState.Builder> environment) |
The state of the environment associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.Builder.environment(EnvironmentState environment) |
The state of the environment associated with the deployment.
|
default DeploymentState.Builder |
DeploymentState.Builder.serviceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance) |
The state of the service instance associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.Builder.serviceInstance(ServiceInstanceState serviceInstance) |
The state of the service instance associated with the deployment.
|
default DeploymentState.Builder |
DeploymentState.Builder.servicePipeline(Consumer<ServicePipelineState.Builder> servicePipeline) |
The state of the service pipeline associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.Builder.servicePipeline(ServicePipelineState servicePipeline) |
The state of the service pipeline associated with the deployment.
|
DeploymentState.Builder |
DeploymentState.toBuilder() |
|