public static interface GetEventPredictionRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetEventPredictionRequest.Builder,GetEventPredictionRequest>
Modifier and Type | Method and Description |
---|---|
GetEventPredictionRequest.Builder |
detectorId(String detectorId)
The detector ID.
|
GetEventPredictionRequest.Builder |
detectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionRequest.Builder |
entities(Collection<Entity> entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
GetEventPredictionRequest.Builder |
entities(Consumer<Entity.Builder>... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
GetEventPredictionRequest.Builder |
entities(Entity... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
GetEventPredictionRequest.Builder |
eventId(String eventId)
The unique ID used to identify the event.
|
GetEventPredictionRequest.Builder |
eventTimestamp(String eventTimestamp)
Timestamp that defines when the event under evaluation occurred.
|
GetEventPredictionRequest.Builder |
eventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
GetEventPredictionRequest.Builder |
eventVariables(Map<String,String> eventVariables)
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their
corresponding values for the event you are sending for evaluation.
|
GetEventPredictionRequest.Builder |
externalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
|
GetEventPredictionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetEventPredictionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetEventPredictionRequest.Builder detectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.GetEventPredictionRequest.Builder detectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.GetEventPredictionRequest.Builder eventId(String eventId)
The unique ID used to identify the event.
eventId
- The unique ID used to identify the event.GetEventPredictionRequest.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.GetEventPredictionRequest.Builder entities(Collection<Entity> entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the event. If an entity id is not available, use "UNKNOWN."
entities
- The entity type (associated with the detector's event type) and specific entity ID representing who
performed the event. If an entity id is not available, use "UNKNOWN."GetEventPredictionRequest.Builder entities(Entity... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the event. If an entity id is not available, use "UNKNOWN."
entities
- The entity type (associated with the detector's event type) and specific entity ID representing who
performed the event. If an entity id is not available, use "UNKNOWN."GetEventPredictionRequest.Builder entities(Consumer<Entity.Builder>... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the event. If an entity id is not available, use "UNKNOWN."
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #entities(List)
.entities
- a consumer that will call methods on List.Builder
#entities(List)
GetEventPredictionRequest.Builder eventTimestamp(String eventTimestamp)
Timestamp that defines when the event under evaluation occurred.
eventTimestamp
- Timestamp that defines when the event under evaluation occurred.GetEventPredictionRequest.Builder eventVariables(Map<String,String> eventVariables)
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.
eventVariables
- Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements
and their corresponding values for the event you are sending for evaluation.GetEventPredictionRequest.Builder externalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
externalModelEndpointDataBlobs
- The Amazon SageMaker model endpoint input data blobs.GetEventPredictionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetEventPredictionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.