Class CodelessApiPollingDataConnector
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.fluent.models.DataConnectorInner
com.azure.resourcemanager.securityinsights.models.CodelessApiPollingDataConnector
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.Set the etag property: Etag of the azure resource.withPollingConfig
(CodelessConnectorPollingConfigProperties pollingConfig) Set the pollingConfig property: Config to describe the polling instructions.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
etag, systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CodelessApiPollingDataConnector
public CodelessApiPollingDataConnector()
-
-
Method Details
-
withEtag
Set the etag property: Etag of the azure resource.- Overrides:
withEtag
in classDataConnectorInner
- Parameters:
etag
- the etag value to set.- Returns:
- the ResourceWithEtag object itself.
-
connectorUiConfig
Get the connectorUiConfig property: Config to describe the instructions blade.- Returns:
- the connectorUiConfig value.
-
withConnectorUiConfig
public CodelessApiPollingDataConnector withConnectorUiConfig(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade.- Parameters:
connectorUiConfig
- the connectorUiConfig value to set.- Returns:
- the CodelessApiPollingDataConnector object itself.
-
pollingConfig
Get the pollingConfig property: Config to describe the polling instructions.- Returns:
- the pollingConfig value.
-
withPollingConfig
public CodelessApiPollingDataConnector withPollingConfig(CodelessConnectorPollingConfigProperties pollingConfig) Set the pollingConfig property: Config to describe the polling instructions.- Parameters:
pollingConfig
- the pollingConfig value to set.- Returns:
- the CodelessApiPollingDataConnector object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataConnectorInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-