Interface ListFraudstersResponse.Builder

    • Method Detail

      • fraudsterSummaries

        ListFraudstersResponse.Builder fraudsterSummaries​(Collection<FraudsterSummary> fraudsterSummaries)

        A list that contains details about each fraudster in the Amazon Web Services account.

        Parameters:
        fraudsterSummaries - A list that contains details about each fraudster in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fraudsterSummaries

        ListFraudstersResponse.Builder fraudsterSummaries​(FraudsterSummary... fraudsterSummaries)

        A list that contains details about each fraudster in the Amazon Web Services account.

        Parameters:
        fraudsterSummaries - A list that contains details about each fraudster in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFraudstersResponse.Builder nextToken​(String nextToken)

        If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

        Parameters:
        nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.