public static interface DeploymentStageStatusSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentStageStatusSummary.Builder,DeploymentStageStatusSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentStageStatusSummary.Builder stageName(String stageName)
The name of the stage.
stageName - The name of the stage.DeploymentStageStatusSummary.Builder deviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
deviceSelectionConfig - Configuration of the devices in the stage.default DeploymentStageStatusSummary.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)DeploymentStageStatusSummary.Builder deploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
deploymentConfig - Configuration of the deployment details.default DeploymentStageStatusSummary.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)DeploymentStageStatusSummary.Builder deploymentStatus(EdgeDeploymentStatus deploymentStatus)
General status of the current state.
deploymentStatus - General status of the current state.default DeploymentStageStatusSummary.Builder deploymentStatus(Consumer<EdgeDeploymentStatus.Builder> deploymentStatus)
General status of the current state.
This is a convenience method that creates an instance of theEdgeDeploymentStatus.Builder avoiding
the need to create one manually via EdgeDeploymentStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deploymentStatus(EdgeDeploymentStatus).deploymentStatus - a consumer that will call methods on EdgeDeploymentStatus.BuilderdeploymentStatus(EdgeDeploymentStatus)Copyright © 2022. All rights reserved.