public static interface DeploymentStage.Builder extends SdkPojo, CopyableBuilder<DeploymentStage.Builder,DeploymentStage>
| Modifier and Type | Method and Description |
|---|---|
default DeploymentStage.Builder |
deploymentConfig(Consumer<EdgeDeploymentConfig.Builder> deploymentConfig)
Configuration of the deployment details.
|
DeploymentStage.Builder |
deploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
|
default DeploymentStage.Builder |
deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)
Configuration of the devices in the stage.
|
DeploymentStage.Builder |
deviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
DeploymentStage.Builder |
stageName(String stageName)
The name of the stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentStage.Builder stageName(String stageName)
The name of the stage.
stageName - The name of the stage.DeploymentStage.Builder deviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
deviceSelectionConfig - Configuration of the devices in the stage.default DeploymentStage.Builder deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)
Configuration of the devices in the stage.
This is a convenience method that creates an instance of theDeviceSelectionConfig.Builder avoiding
the need to create one manually via DeviceSelectionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deviceSelectionConfig(DeviceSelectionConfig).deviceSelectionConfig - a consumer that will call methods on DeviceSelectionConfig.BuilderdeviceSelectionConfig(DeviceSelectionConfig)DeploymentStage.Builder deploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
deploymentConfig - Configuration of the deployment details.default DeploymentStage.Builder deploymentConfig(Consumer<EdgeDeploymentConfig.Builder> deploymentConfig)
Configuration of the deployment details.
This is a convenience method that creates an instance of theEdgeDeploymentConfig.Builder avoiding
the need to create one manually via EdgeDeploymentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deploymentConfig(EdgeDeploymentConfig).deploymentConfig - a consumer that will call methods on EdgeDeploymentConfig.BuilderdeploymentConfig(EdgeDeploymentConfig)Copyright © 2022. All rights reserved.