Interface EnableInsightRulesResponse.Builder

    • Method Detail

      • failures

        EnableInsightRulesResponse.Builder failures​(Collection<PartialFailure> failures)

        An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.

        Parameters:
        failures - An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failures

        EnableInsightRulesResponse.Builder failures​(PartialFailure... failures)

        An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.

        Parameters:
        failures - An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.