Interface ListFraudstersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFraudstersResponse.Builder,
,ListFraudstersResponse> SdkBuilder<ListFraudstersResponse.Builder,
,ListFraudstersResponse> SdkPojo
,SdkResponse.Builder
,VoiceIdResponse.Builder
- Enclosing class:
ListFraudstersResponse
@Mutable
@NotThreadSafe
public static interface ListFraudstersResponse.Builder
extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<ListFraudstersResponse.Builder,ListFraudstersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfraudsterSummaries
(Collection<FraudsterSummary> fraudsterSummaries) A list that contains details about each fraudster in the Amazon Web Services account.fraudsterSummaries
(Consumer<FraudsterSummary.Builder>... fraudsterSummaries) A list that contains details about each fraudster in the Amazon Web Services account.fraudsterSummaries
(FraudsterSummary... fraudsterSummaries) A list that contains details about each fraudster in the Amazon Web Services account.IfNextToken
is returned, there are more results available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.voiceid.model.VoiceIdResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
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(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 viaFraudsterSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofraudsterSummaries(List<FraudsterSummary>)
.- Parameters:
fraudsterSummaries
- a consumer that will call methods onFraudsterSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If
NextToken
is returned, there are more results available. The value ofNextToken
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
- IfNextToken
is returned, there are more results available. The value ofNextToken
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.
-