Interface ListRuleExecutionsResponse.Builder

    • Method Detail

      • ruleExecutionDetails

        ListRuleExecutionsResponse.Builder ruleExecutionDetails​(Collection<RuleExecutionDetail> ruleExecutionDetails)

        Details about the output for listing rule executions.

        Parameters:
        ruleExecutionDetails - Details about the output for listing rule executions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleExecutionDetails

        ListRuleExecutionsResponse.Builder ruleExecutionDetails​(RuleExecutionDetail... ruleExecutionDetails)

        Details about the output for listing rule executions.

        Parameters:
        ruleExecutionDetails - Details about the output for listing rule executions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRuleExecutionsResponse.Builder nextToken​(String nextToken)

        A token that can be used in the next ListRuleExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

        Parameters:
        nextToken - A token that can be used in the next ListRuleExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.