public static interface ListEventPredictionsResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<ListEventPredictionsResponse.Builder,ListEventPredictionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventPredictionsResponse.Builder |
eventPredictionSummaries(Collection<EventPredictionSummary> eventPredictionSummaries)
The summary of the past predictions.
|
ListEventPredictionsResponse.Builder |
eventPredictionSummaries(Consumer<EventPredictionSummary.Builder>... eventPredictionSummaries)
The summary of the past predictions.
|
ListEventPredictionsResponse.Builder |
eventPredictionSummaries(EventPredictionSummary... eventPredictionSummaries)
The summary of the past predictions.
|
ListEventPredictionsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventPredictionsResponse.Builder eventPredictionSummaries(Collection<EventPredictionSummary> eventPredictionSummaries)
The summary of the past predictions.
eventPredictionSummaries - The summary of the past predictions.ListEventPredictionsResponse.Builder eventPredictionSummaries(EventPredictionSummary... eventPredictionSummaries)
The summary of the past predictions.
eventPredictionSummaries - The summary of the past predictions.ListEventPredictionsResponse.Builder eventPredictionSummaries(Consumer<EventPredictionSummary.Builder>... eventPredictionSummaries)
The summary of the past predictions.
This is a convenience method that creates an instance of theEventPredictionSummary.Builder avoiding the need
to create one manually via
EventPredictionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventPredictionSummaries(List.
eventPredictionSummaries - a consumer that will call methods on
EventPredictionSummary.Builder#eventPredictionSummaries(java.util.Collection) ListEventPredictionsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken - Identifies the next page of results to return. Use the token to make the call again to retrieve the
next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.Copyright © 2022. All rights reserved.