Interface ListFraudstersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFraudstersResponse.Builder,ListFraudstersResponse>,SdkBuilder<ListFraudstersResponse.Builder,ListFraudstersResponse>,SdkPojo,SdkResponse.Builder,VoiceIdResponse.Builder
- Enclosing class:
- ListFraudstersResponse
public static interface ListFraudstersResponse.Builder extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<ListFraudstersResponse.Builder,ListFraudstersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFraudstersResponse.BuilderfraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)A list that contains details about each fraudster in the Amazon Web Services account.ListFraudstersResponse.BuilderfraudsterSummaries(Consumer<FraudsterSummary.Builder>... fraudsterSummaries)A list that contains details about each fraudster in the Amazon Web Services account.ListFraudstersResponse.BuilderfraudsterSummaries(FraudsterSummary... fraudsterSummaries)A list that contains details about each fraudster in the Amazon Web Services account.ListFraudstersResponse.BuildernextToken(String nextToken)IfNextTokenis 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, 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 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.
-
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.Builderavoiding the need to create one manually viaFraudsterSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fraudsterSummaries(List.) - 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:
#fraudsterSummaries(java.util.Collection)
-
nextToken
ListFraudstersResponse.Builder nextToken(String nextToken)
If
NextTokenis returned, there are more results available. The value ofNextTokenis 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- IfNextTokenis returned, there are more results available. The value ofNextTokenis 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.
-
-