Interface DisableInsightRulesResponse.Builder

    • Method Detail

      • failures

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

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

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

        DisableInsightRulesResponse.Builder failures​(PartialFailure... failures)

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

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