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