public static interface EventType.Builder extends SdkPojo, CopyableBuilder<EventType.Builder,EventType>
| Modifier and Type | Method and Description |
|---|---|
EventType.Builder |
arn(String arn)
The entity type ARN.
|
EventType.Builder |
createdTime(String createdTime)
Timestamp of when the event type was created.
|
EventType.Builder |
description(String description)
The event type description.
|
EventType.Builder |
entityTypes(Collection<String> entityTypes)
The event type entity types.
|
EventType.Builder |
entityTypes(String... entityTypes)
The event type entity types.
|
EventType.Builder |
eventIngestion(EventIngestion eventIngestion)
If
Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that
data to update calculated variables in near real-time. |
EventType.Builder |
eventIngestion(String eventIngestion)
If
Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that
data to update calculated variables in near real-time. |
default EventType.Builder |
eventOrchestration(Consumer<EventOrchestration.Builder> eventOrchestration)
The event orchestration status.
|
EventType.Builder |
eventOrchestration(EventOrchestration eventOrchestration)
The event orchestration status.
|
EventType.Builder |
eventVariables(Collection<String> eventVariables)
The event type event variables.
|
EventType.Builder |
eventVariables(String... eventVariables)
The event type event variables.
|
default EventType.Builder |
ingestedEventStatistics(Consumer<IngestedEventStatistics.Builder> ingestedEventStatistics)
Data about the stored events.
|
EventType.Builder |
ingestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
|
EventType.Builder |
labels(Collection<String> labels)
The event type labels.
|
EventType.Builder |
labels(String... labels)
The event type labels.
|
EventType.Builder |
lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
|
EventType.Builder |
name(String name)
The event type name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventType.Builder name(String name)
The event type name.
name - The event type name.EventType.Builder description(String description)
The event type description.
description - The event type description.EventType.Builder eventVariables(Collection<String> eventVariables)
The event type event variables.
eventVariables - The event type event variables.EventType.Builder eventVariables(String... eventVariables)
The event type event variables.
eventVariables - The event type event variables.EventType.Builder labels(Collection<String> labels)
The event type labels.
labels - The event type labels.EventType.Builder labels(String... labels)
The event type labels.
labels - The event type labels.EventType.Builder entityTypes(Collection<String> entityTypes)
The event type entity types.
entityTypes - The event type entity types.EventType.Builder entityTypes(String... entityTypes)
The event type entity types.
entityTypes - The event type entity types.EventType.Builder eventIngestion(String eventIngestion)
If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that
data to update calculated variables in near real-time. Amazon Fraud Detector uses this data, known as
INGESTED_EVENTS, to train your model and improve fraud predictions.
eventIngestion - If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and
uses that data to update calculated variables in near real-time. Amazon Fraud Detector uses this data,
known as INGESTED_EVENTS, to train your model and improve fraud predictions.EventIngestion,
EventIngestionEventType.Builder eventIngestion(EventIngestion eventIngestion)
If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that
data to update calculated variables in near real-time. Amazon Fraud Detector uses this data, known as
INGESTED_EVENTS, to train your model and improve fraud predictions.
eventIngestion - If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and
uses that data to update calculated variables in near real-time. Amazon Fraud Detector uses this data,
known as INGESTED_EVENTS, to train your model and improve fraud predictions.EventIngestion,
EventIngestionEventType.Builder ingestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
ingestedEventStatistics - Data about the stored events.default EventType.Builder ingestedEventStatistics(Consumer<IngestedEventStatistics.Builder> ingestedEventStatistics)
Data about the stored events.
This is a convenience method that creates an instance of theIngestedEventStatistics.Builder avoiding
the need to create one manually via IngestedEventStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ingestedEventStatistics(IngestedEventStatistics).
ingestedEventStatistics - a consumer that will call methods on IngestedEventStatistics.BuilderingestedEventStatistics(IngestedEventStatistics)EventType.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
lastUpdatedTime - Timestamp of when the event type was last updated.EventType.Builder createdTime(String createdTime)
Timestamp of when the event type was created.
createdTime - Timestamp of when the event type was created.EventType.Builder arn(String arn)
The entity type ARN.
arn - The entity type ARN.EventType.Builder eventOrchestration(EventOrchestration eventOrchestration)
The event orchestration status.
eventOrchestration - The event orchestration status.default EventType.Builder eventOrchestration(Consumer<EventOrchestration.Builder> eventOrchestration)
The event orchestration status.
This is a convenience method that creates an instance of theEventOrchestration.Builder avoiding the
need to create one manually via EventOrchestration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventOrchestration(EventOrchestration).
eventOrchestration - a consumer that will call methods on EventOrchestration.BuildereventOrchestration(EventOrchestration)Copyright © 2023. All rights reserved.