Interface DescribeInsightRulesResponse.Builder

    • Method Detail

      • nextToken

        DescribeInsightRulesResponse.Builder nextToken​(String nextToken)

        If this parameter is present, it is a token that marks the start of the next batch of returned results.

        Parameters:
        nextToken - If this parameter is present, it is a token that marks the start of the next batch of returned results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insightRules

        DescribeInsightRulesResponse.Builder insightRules​(Collection<InsightRule> insightRules)

        The rules returned by the operation.

        Parameters:
        insightRules - The rules returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insightRules

        DescribeInsightRulesResponse.Builder insightRules​(InsightRule... insightRules)

        The rules returned by the operation.

        Parameters:
        insightRules - The rules returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.