Interface DescribeRulesResponse.Builder

    • Method Detail

      • rules

        DescribeRulesResponse.Builder rules​(Collection<Rule> rules)

        Information about the rules.

        Parameters:
        rules - Information about the rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rules

        DescribeRulesResponse.Builder rules​(Rule... rules)

        Information about the rules.

        Parameters:
        rules - Information about the rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeRulesResponse.Builder nextMarker​(String nextMarker)

        If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

        Parameters:
        nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.