public static interface DeploymentState.Builder extends SdkPojo, CopyableBuilder<DeploymentState.Builder,DeploymentState>
| Modifier and Type | Method and Description |
|---|---|
DeploymentState.Builder |
component(ComponentState component)
The state of the component associated with the deployment.
|
default DeploymentState.Builder |
component(Consumer<ComponentState.Builder> component)
The state of the component associated with the deployment.
|
default DeploymentState.Builder |
environment(Consumer<EnvironmentState.Builder> environment)
The state of the environment associated with the deployment.
|
DeploymentState.Builder |
environment(EnvironmentState environment)
The state of the environment associated with the deployment.
|
default DeploymentState.Builder |
serviceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance)
The state of the service instance associated with the deployment.
|
DeploymentState.Builder |
serviceInstance(ServiceInstanceState serviceInstance)
The state of the service instance associated with the deployment.
|
default DeploymentState.Builder |
servicePipeline(Consumer<ServicePipelineState.Builder> servicePipeline)
The state of the service pipeline associated with the deployment.
|
DeploymentState.Builder |
servicePipeline(ServicePipelineState servicePipeline)
The state of the service pipeline associated with the deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentState.Builder component(ComponentState component)
The state of the component associated with the deployment.
component - The state of the component associated with the deployment.default DeploymentState.Builder component(Consumer<ComponentState.Builder> component)
The state of the component associated with the deployment.
This is a convenience method that creates an instance of theComponentState.Builder avoiding the need
to create one manually via ComponentState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to component(ComponentState).
component - a consumer that will call methods on ComponentState.Buildercomponent(ComponentState)DeploymentState.Builder environment(EnvironmentState environment)
The state of the environment associated with the deployment.
environment - The state of the environment associated with the deployment.default DeploymentState.Builder environment(Consumer<EnvironmentState.Builder> environment)
The state of the environment associated with the deployment.
This is a convenience method that creates an instance of theEnvironmentState.Builder avoiding the
need to create one manually via EnvironmentState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to environment(EnvironmentState).
environment - a consumer that will call methods on EnvironmentState.Builderenvironment(EnvironmentState)DeploymentState.Builder serviceInstance(ServiceInstanceState serviceInstance)
The state of the service instance associated with the deployment.
serviceInstance - The state of the service instance associated with the deployment.default DeploymentState.Builder serviceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance)
The state of the service instance associated with the deployment.
This is a convenience method that creates an instance of theServiceInstanceState.Builder avoiding
the need to create one manually via ServiceInstanceState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to serviceInstance(ServiceInstanceState).
serviceInstance - a consumer that will call methods on ServiceInstanceState.BuilderserviceInstance(ServiceInstanceState)DeploymentState.Builder servicePipeline(ServicePipelineState servicePipeline)
The state of the service pipeline associated with the deployment.
servicePipeline - The state of the service pipeline associated with the deployment.default DeploymentState.Builder servicePipeline(Consumer<ServicePipelineState.Builder> servicePipeline)
The state of the service pipeline associated with the deployment.
This is a convenience method that creates an instance of theServicePipelineState.Builder avoiding
the need to create one manually via ServicePipelineState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to servicePipeline(ServicePipelineState).
servicePipeline - a consumer that will call methods on ServicePipelineState.BuilderservicePipeline(ServicePipelineState)Copyright © 2023. All rights reserved.