Interface ListRuleNamesByTargetResponse.Builder

    • Method Detail

      • ruleNames

        ListRuleNamesByTargetResponse.Builder ruleNames​(Collection<String> ruleNames)

        The names of the rules that can invoke the given target.

        Parameters:
        ruleNames - The names of the rules that can invoke the given target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleNames

        ListRuleNamesByTargetResponse.Builder ruleNames​(String... ruleNames)

        The names of the rules that can invoke the given target.

        Parameters:
        ruleNames - The names of the rules that can invoke the given target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRuleNamesByTargetResponse.Builder nextToken​(String nextToken)

        Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

        Parameters:
        nextToken - Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.