Class CodelessUiConnectorConfigPropertiesInstructionStepsItem
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InstructionSteps
com.azure.resourcemanager.securityinsights.models.CodelessUiConnectorConfigPropertiesInstructionStepsItem
The CodelessUiConnectorConfigPropertiesInstructionStepsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.withDescription
(String description) Set the description property: Instruction step description.withInstructions
(List<InstructionStepsInstructionsItem> instructions) Set the instructions property: Instruction step details.Set the title property: Instruction step title.Methods inherited from class com.azure.resourcemanager.securityinsights.models.InstructionSteps
description, instructions, title
-
Constructor Details
-
CodelessUiConnectorConfigPropertiesInstructionStepsItem
public CodelessUiConnectorConfigPropertiesInstructionStepsItem()
-
-
Method Details
-
withTitle
Set the title property: Instruction step title.- Overrides:
withTitle
in classInstructionSteps
- Parameters:
title
- the title value to set.- Returns:
- the InstructionSteps object itself.
-
withDescription
Set the description property: Instruction step description.- Overrides:
withDescription
in classInstructionSteps
- Parameters:
description
- the description value to set.- Returns:
- the InstructionSteps object itself.
-
withInstructions
public CodelessUiConnectorConfigPropertiesInstructionStepsItem withInstructions(List<InstructionStepsInstructionsItem> instructions) Set the instructions property: Instruction step details.- Overrides:
withInstructions
in classInstructionSteps
- Parameters:
instructions
- the instructions value to set.- Returns:
- the InstructionSteps object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classInstructionSteps
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-