Interface ConfigurationCheckDefinition.Builder

  • Method Details

    • id

      The unique identifier of the configuration check.

      Parameters:
      id - The unique identifier of the configuration check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • id

      The unique identifier of the configuration check.

      Parameters:
      id - The unique identifier of the configuration check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the configuration check.

      Parameters:
      name - The name of the configuration check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ConfigurationCheckDefinition.Builder description(String description)

      A description of what the configuration check validates.

      Parameters:
      description - A description of what the configuration check validates.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicableApplicationTypesWithStrings

      ConfigurationCheckDefinition.Builder applicableApplicationTypesWithStrings(Collection<String> applicableApplicationTypes)

      The list of SSMSAP application types that this configuration check can be evaluated against.

      Parameters:
      applicableApplicationTypes - The list of SSMSAP application types that this configuration check can be evaluated against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicableApplicationTypesWithStrings

      ConfigurationCheckDefinition.Builder applicableApplicationTypesWithStrings(String... applicableApplicationTypes)

      The list of SSMSAP application types that this configuration check can be evaluated against.

      Parameters:
      applicableApplicationTypes - The list of SSMSAP application types that this configuration check can be evaluated against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicableApplicationTypes

      ConfigurationCheckDefinition.Builder applicableApplicationTypes(Collection<ApplicationType> applicableApplicationTypes)

      The list of SSMSAP application types that this configuration check can be evaluated against.

      Parameters:
      applicableApplicationTypes - The list of SSMSAP application types that this configuration check can be evaluated against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicableApplicationTypes

      ConfigurationCheckDefinition.Builder applicableApplicationTypes(ApplicationType... applicableApplicationTypes)

      The list of SSMSAP application types that this configuration check can be evaluated against.

      Parameters:
      applicableApplicationTypes - The list of SSMSAP application types that this configuration check can be evaluated against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.