| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static Event.Builder |
Event.builder() |
Event.Builder |
Event.Builder.currentLabel(String currentLabel)
The label associated with the event.
|
Event.Builder |
Event.Builder.entities(Collection<Entity> entities)
The event entities.
|
Event.Builder |
Event.Builder.entities(Consumer<Entity.Builder>... entities)
The event entities.
|
Event.Builder |
Event.Builder.entities(Entity... entities)
The event entities.
|
Event.Builder |
Event.Builder.eventId(String eventId)
The event ID.
|
Event.Builder |
Event.Builder.eventTimestamp(String eventTimestamp)
The timestamp that defines when the event under evaluation occurred.
|
Event.Builder |
Event.Builder.eventTypeName(String eventTypeName)
The event type.
|
Event.Builder |
Event.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.
|
Event.Builder |
Event.Builder.labelTimestamp(String labelTimestamp)
The timestamp associated with the label to update.
|
Event.Builder |
Event.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event.Builder> |
Event.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetEventResponse.Builder |
GetEventResponse.Builder.event(Consumer<Event.Builder> event)
The details of the event.
|
Copyright © 2023. All rights reserved.