Class InstructionSteps

java.lang.Object
com.azure.resourcemanager.securityinsights.models.InstructionSteps
Direct Known Subclasses:
CodelessUiConnectorConfigPropertiesInstructionStepsItem

public class InstructionSteps extends Object
Instruction steps to enable the connector.
  • Constructor Details

    • InstructionSteps

      public InstructionSteps()
  • Method Details

    • title

      public String title()
      Get the title property: Instruction step title.
      Returns:
      the title value.
    • withTitle

      public InstructionSteps withTitle(String title)
      Set the title property: Instruction step title.
      Parameters:
      title - the title value to set.
      Returns:
      the InstructionSteps object itself.
    • description

      public String description()
      Get the description property: Instruction step description.
      Returns:
      the description value.
    • withDescription

      public InstructionSteps withDescription(String description)
      Set the description property: Instruction step description.
      Parameters:
      description - the description value to set.
      Returns:
      the InstructionSteps object itself.
    • instructions

      public List<InstructionStepsInstructionsItem> instructions()
      Get the instructions property: Instruction step details.
      Returns:
      the instructions value.
    • withInstructions

      public InstructionSteps withInstructions(List<InstructionStepsInstructionsItem> instructions)
      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.