Class ApiPollingParameters
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.ApiPollingParameters
Represents Codeless API Polling data connector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the connectorUiConfig property: Config to describe the instructions blade.Get the pollingConfig property: Config to describe the polling instructions.void
validate()
Validates the instance.withConnectorUiConfig
(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade.withPollingConfig
(CodelessConnectorPollingConfigProperties pollingConfig) Set the pollingConfig property: Config to describe the polling instructions.
-
Constructor Details
-
ApiPollingParameters
public ApiPollingParameters()
-
-
Method Details
-
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.
-