public static interface GetEventPredictionMetadataRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetEventPredictionMetadataRequest.Builder,GetEventPredictionMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionMetadataRequest.Builder |
detectorId(String detectorId)
The detector ID.
|
GetEventPredictionMetadataRequest.Builder |
detectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionMetadataRequest.Builder |
eventId(String eventId)
The event ID.
|
GetEventPredictionMetadataRequest.Builder |
eventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
GetEventPredictionMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEventPredictionMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEventPredictionMetadataRequest.Builder |
predictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEventPredictionMetadataRequest.Builder eventId(String eventId)
The event ID.
eventId - The event ID.GetEventPredictionMetadataRequest.Builder eventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
eventTypeName - The event type associated with the detector specified for the prediction.GetEventPredictionMetadataRequest.Builder detectorId(String detectorId)
The detector ID.
detectorId - The detector ID.GetEventPredictionMetadataRequest.Builder detectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId - The detector version ID.GetEventPredictionMetadataRequest.Builder predictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.
We recommend calling ListEventPredictions first, and using the predictionTimestamp value in the response to
provide an accurate prediction timestamp value.
predictionTimestamp - The timestamp that defines when the prediction was generated. The timestamp must be specified using
ISO 8601 standard in UTC.
We recommend calling ListEventPredictions first, and using the predictionTimestamp value in the response
to provide an accurate prediction timestamp value.
GetEventPredictionMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetEventPredictionMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.