Interface ListAutomationRulesResponse.Builder

    • Method Detail

      • automationRulesMetadata

        ListAutomationRulesResponse.Builder automationRulesMetadata​(Collection<AutomationRulesMetadata> automationRulesMetadata)

        Metadata for rules in the calling account. The response includes rules with a RuleStatus of ENABLED and DISABLED.

        Parameters:
        automationRulesMetadata - Metadata for rules in the calling account. The response includes rules with a RuleStatus of ENABLED and DISABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • automationRulesMetadata

        ListAutomationRulesResponse.Builder automationRulesMetadata​(AutomationRulesMetadata... automationRulesMetadata)

        Metadata for rules in the calling account. The response includes rules with a RuleStatus of ENABLED and DISABLED.

        Parameters:
        automationRulesMetadata - Metadata for rules in the calling account. The response includes rules with a RuleStatus of ENABLED and DISABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAutomationRulesResponse.Builder nextToken​(String nextToken)

        A pagination token for the response.

        Parameters:
        nextToken - A pagination token for the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.