Class InstructionSteps
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InstructionSteps
- Direct Known Subclasses:
CodelessUiConnectorConfigPropertiesInstructionStepsItem
Instruction steps to enable the connector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Instruction step description.Get the instructions property: Instruction step details.title()
Get the title property: Instruction step title.void
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.
-
Constructor Details
-
InstructionSteps
public InstructionSteps()
-
-
Method Details
-
title
Get the title property: Instruction step title.- Returns:
- the title value.
-
withTitle
Set the title property: Instruction step title.- Parameters:
title
- the title value to set.- Returns:
- the InstructionSteps object itself.
-
description
Get the description property: Instruction step description.- Returns:
- the description value.
-
withDescription
Set the description property: Instruction step description.- Parameters:
description
- the description value to set.- Returns:
- the InstructionSteps object itself.
-
instructions
Get the instructions property: Instruction step details.- Returns:
- the instructions value.
-
withInstructions
Set the instructions property: Instruction step details.- Parameters:
instructions
- the instructions value to set.- Returns:
- the InstructionSteps object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-