java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.CodelessParameters

public final class CodelessParameters extends Object
Represents Codeless UI data connector.
  • Constructor Details

    • CodelessParameters

      public CodelessParameters()
  • Method Details

    • connectorUiConfig

      public CodelessUiConnectorConfigProperties connectorUiConfig()
      Get the connectorUiConfig property: Config to describe the instructions blade.
      Returns:
      the connectorUiConfig value.
    • withConnectorUiConfig

      public CodelessParameters withConnectorUiConfig(CodelessUiConnectorConfigProperties connectorUiConfig)
      Set the connectorUiConfig property: Config to describe the instructions blade.
      Parameters:
      connectorUiConfig - the connectorUiConfig value to set.
      Returns:
      the CodelessParameters object itself.
    • validate

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