Interface DeploymentConfigurationValidationPolicy.Builder

    • Method Detail

      • 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.