Interface ListTargetsByRuleResponse.Builder

    • Method Detail

      • targets

        ListTargetsByRuleResponse.Builder targets​(Collection<Target> targets)

        The targets assigned to the rule.

        Parameters:
        targets - The targets assigned to the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targets

        ListTargetsByRuleResponse.Builder targets​(Target... targets)

        The targets assigned to the rule.

        Parameters:
        targets - The targets assigned to the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTargetsByRuleResponse.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.