Class ApiPollingParameters

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

public final class ApiPollingParameters extends Object
Represents Codeless API Polling data connector.
  • Constructor Details

    • ApiPollingParameters

      public ApiPollingParameters()
  • Method Details

    • connectorUiConfig

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

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

      Get the pollingConfig property: Config to describe the polling instructions.
      Returns:
      the pollingConfig value.
    • withPollingConfig

      public ApiPollingParameters withPollingConfig(CodelessConnectorPollingConfigProperties pollingConfig)
      Set the pollingConfig property: Config to describe the polling instructions.
      Parameters:
      pollingConfig - the pollingConfig value to set.
      Returns:
      the ApiPollingParameters object itself.
    • validate

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