Interface ListTargetsResponse.Builder

    • Method Detail

      • targets

        ListTargetsResponse.Builder targets​(Collection<TargetSummary> targets)

        The list of notification rule targets.

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

        ListTargetsResponse.Builder targets​(TargetSummary... targets)

        The list of notification rule targets.

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

        ListTargetsResponse.Builder nextToken​(String nextToken)

        An enumeration token that can be used in a request to return the next batch of results.

        Parameters:
        nextToken - An enumeration token that can be used in a request to return the next batch of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.