Class DeploymentWhatIfSettings


  • public final class DeploymentWhatIfSettings
    extends Object
    Deployment What-If operation settings.
    • Constructor Detail

      • DeploymentWhatIfSettings

        public DeploymentWhatIfSettings()
    • Method Detail

      • resultFormat

        public WhatIfResultFormat resultFormat()
        Get the resultFormat property: The format of the What-If results.
        Returns:
        the resultFormat value.
      • withResultFormat

        public DeploymentWhatIfSettings withResultFormat​(WhatIfResultFormat resultFormat)
        Set the resultFormat property: The format of the What-If results.
        Parameters:
        resultFormat - the resultFormat value to set.
        Returns:
        the DeploymentWhatIfSettings object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.