Class InstructionStepsInstructionsItem
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ConnectorInstructionModelBase
com.azure.resourcemanager.securityinsights.models.InstructionStepsInstructionsItem
The InstructionStepsInstructionsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.withParameters
(Object parameters) Set the parameters property: The parameters for the setting.withType
(SettingType type) Set the type property: The kind of the setting.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ConnectorInstructionModelBase
parameters, type
-
Constructor Details
-
InstructionStepsInstructionsItem
public InstructionStepsInstructionsItem()
-
-
Method Details
-
withParameters
Set the parameters property: The parameters for the setting.- Overrides:
withParameters
in classConnectorInstructionModelBase
- Parameters:
parameters
- the parameters value to set.- Returns:
- the ConnectorInstructionModelBase object itself.
-
withType
Set the type property: The kind of the setting.- Overrides:
withType
in classConnectorInstructionModelBase
- Parameters:
type
- the type value to set.- Returns:
- the ConnectorInstructionModelBase object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classConnectorInstructionModelBase
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-