Interface ListTargetsResponse.Builder

    • Method Detail

      • items

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

        Information about the targets.

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

        ListTargetsResponse.Builder items​(TargetSummary... items)

        Information about the targets.

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

        ListTargetsResponse.Builder nextToken​(String nextToken)

        If there are additional results, a pagination token for the next page of results.

        Parameters:
        nextToken - If there are additional results, a pagination token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.