Interface DeploymentConfigurationValidationPolicy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeploymentConfigurationValidationPolicy.Builder,DeploymentConfigurationValidationPolicy>, SdkBuilder<DeploymentConfigurationValidationPolicy.Builder,DeploymentConfigurationValidationPolicy>, SdkPojo
Enclosing class:
DeploymentConfigurationValidationPolicy

public static interface DeploymentConfigurationValidationPolicy.Builder extends SdkPojo, CopyableBuilder<DeploymentConfigurationValidationPolicy.Builder,DeploymentConfigurationValidationPolicy>
  • Method Details

    • timeoutInSeconds

      DeploymentConfigurationValidationPolicy.Builder timeoutInSeconds(Integer timeoutInSeconds)

      The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device.

      Default: 30

      Parameters:
      timeoutInSeconds - The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device.

      Default: 30

      Returns:
      Returns a reference to this object so that method calls can be chained together.