public static interface ListFraudstersResponse.Builder extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<ListFraudstersResponse.Builder,ListFraudstersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFraudstersResponse.Builder |
fraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
ListFraudstersResponse.Builder |
fraudsterSummaries(Consumer<FraudsterSummary.Builder>... fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
ListFraudstersResponse.Builder |
fraudsterSummaries(FraudsterSummary... fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
ListFraudstersResponse.Builder |
nextToken(String nextToken)
If
NextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFraudstersResponse.Builder fraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
fraudsterSummaries - A list that contains details about each fraudster in the Amazon Web Services account.ListFraudstersResponse.Builder fraudsterSummaries(FraudsterSummary... fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
fraudsterSummaries - A list that contains details about each fraudster in the Amazon Web Services account.ListFraudstersResponse.Builder fraudsterSummaries(Consumer<FraudsterSummary.Builder>... fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
This is a convenience method that creates an instance of theFraudsterSummary.Builder avoiding the need to create
one manually via FraudsterSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #fraudsterSummaries(List.
fraudsterSummaries - a consumer that will call methods on
FraudsterSummary.Builder#fraudsterSummaries(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.