public static interface ListEventPredictionsRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<ListEventPredictionsRequest.Builder,ListEventPredictionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventPredictionsRequest.Builder eventId(FilterCondition eventId)
The event ID.
eventId - The event ID.default ListEventPredictionsRequest.Builder eventId(Consumer<FilterCondition.Builder> eventId)
The event ID.
This is a convenience method that creates an instance of theFilterCondition.Builder avoiding the
need to create one manually via FilterCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventId(FilterCondition).
eventId - a consumer that will call methods on FilterCondition.BuildereventId(FilterCondition)ListEventPredictionsRequest.Builder eventType(FilterCondition eventType)
The event type associated with the detector.
eventType - The event type associated with the detector.default ListEventPredictionsRequest.Builder eventType(Consumer<FilterCondition.Builder> eventType)
The event type associated with the detector.
This is a convenience method that creates an instance of theFilterCondition.Builder avoiding the
need to create one manually via FilterCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventType(FilterCondition).
eventType - a consumer that will call methods on FilterCondition.BuildereventType(FilterCondition)ListEventPredictionsRequest.Builder detectorId(FilterCondition detectorId)
The detector ID.
detectorId - The detector ID.default ListEventPredictionsRequest.Builder detectorId(Consumer<FilterCondition.Builder> detectorId)
The detector ID.
This is a convenience method that creates an instance of theFilterCondition.Builder avoiding the
need to create one manually via FilterCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to detectorId(FilterCondition).
detectorId - a consumer that will call methods on FilterCondition.BuilderdetectorId(FilterCondition)ListEventPredictionsRequest.Builder detectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
detectorVersionId - The detector version ID.default ListEventPredictionsRequest.Builder detectorVersionId(Consumer<FilterCondition.Builder> detectorVersionId)
The detector version ID.
This is a convenience method that creates an instance of theFilterCondition.Builder avoiding the
need to create one manually via FilterCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to detectorVersionId(FilterCondition).
detectorVersionId - a consumer that will call methods on FilterCondition.BuilderdetectorVersionId(FilterCondition)ListEventPredictionsRequest.Builder predictionTimeRange(PredictionTimeRange predictionTimeRange)
The time period for when the predictions were generated.
predictionTimeRange - The time period for when the predictions were generated.default ListEventPredictionsRequest.Builder predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
The time period for when the predictions were generated.
This is a convenience method that creates an instance of thePredictionTimeRange.Builder avoiding the
need to create one manually via PredictionTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to predictionTimeRange(PredictionTimeRange).
predictionTimeRange - a consumer that will call methods on PredictionTimeRange.BuilderpredictionTimeRange(PredictionTimeRange)ListEventPredictionsRequest.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.ListEventPredictionsRequest.Builder maxResults(Integer maxResults)
The maximum number of predictions to return for the request.
maxResults - The maximum number of predictions to return for the request.ListEventPredictionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventPredictionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.