Interface EventType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventType.Builder,EventType>,SdkBuilder<EventType.Builder,EventType>,SdkPojo
- Enclosing class:
- EventType
public static interface EventType.Builder extends SdkPojo, CopyableBuilder<EventType.Builder,EventType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description EventType.Builderarn(String arn)The entity type ARN.EventType.BuildercreatedTime(String createdTime)Timestamp of when the event type was created.EventType.Builderdescription(String description)The event type description.EventType.BuilderentityTypes(String... entityTypes)The event type entity types.EventType.BuilderentityTypes(Collection<String> entityTypes)The event type entity types.EventType.BuildereventIngestion(String eventIngestion)IfEnabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time.EventType.BuildereventIngestion(EventIngestion eventIngestion)IfEnabled, 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.BuildereventOrchestration(Consumer<EventOrchestration.Builder> eventOrchestration)The event orchestration status.EventType.BuildereventOrchestration(EventOrchestration eventOrchestration)The event orchestration status.EventType.BuildereventVariables(String... eventVariables)The event type event variables.EventType.BuildereventVariables(Collection<String> eventVariables)The event type event variables.default EventType.BuilderingestedEventStatistics(Consumer<IngestedEventStatistics.Builder> ingestedEventStatistics)Data about the stored events.EventType.BuilderingestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)Data about the stored events.EventType.Builderlabels(String... labels)The event type labels.EventType.Builderlabels(Collection<String> labels)The event type labels.EventType.BuilderlastUpdatedTime(String lastUpdatedTime)Timestamp of when the event type was last updated.EventType.Buildername(String name)The event type name.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
EventType.Builder name(String name)
The event type name.
- Parameters:
name- The event type name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
EventType.Builder description(String description)
The event type description.
- Parameters:
description- The event type description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventVariables
EventType.Builder eventVariables(Collection<String> eventVariables)
The event type event variables.
- Parameters:
eventVariables- The event type event variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventVariables
EventType.Builder eventVariables(String... eventVariables)
The event type event variables.
- Parameters:
eventVariables- The event type event variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
EventType.Builder labels(Collection<String> labels)
The event type labels.
- Parameters:
labels- The event type labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
EventType.Builder labels(String... labels)
The event type labels.
- Parameters:
labels- The event type labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityTypes
EventType.Builder entityTypes(Collection<String> entityTypes)
The event type entity types.
- Parameters:
entityTypes- The event type entity types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityTypes
EventType.Builder entityTypes(String... entityTypes)
The event type entity types.
- Parameters:
entityTypes- The event type entity types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventIngestion
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 asINGESTED_EVENTS, to train your model and improve fraud predictions.- Parameters:
eventIngestion- IfEnabled, 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 asINGESTED_EVENTS, to train your model and improve fraud predictions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventIngestion,EventIngestion
-
eventIngestion
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. Amazon Fraud Detector uses this data, known asINGESTED_EVENTS, to train your model and improve fraud predictions.- Parameters:
eventIngestion- IfEnabled, 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 asINGESTED_EVENTS, to train your model and improve fraud predictions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventIngestion,EventIngestion
-
ingestedEventStatistics
EventType.Builder ingestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
- Parameters:
ingestedEventStatistics- Data about the stored events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestedEventStatistics
default EventType.Builder ingestedEventStatistics(Consumer<IngestedEventStatistics.Builder> ingestedEventStatistics)
Data about the stored events.
This is a convenience method that creates an instance of theIngestedEventStatistics.Builderavoiding the need to create one manually viaIngestedEventStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestedEventStatistics(IngestedEventStatistics).- Parameters:
ingestedEventStatistics- a consumer that will call methods onIngestedEventStatistics.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestedEventStatistics(IngestedEventStatistics)
-
lastUpdatedTime
EventType.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
- Parameters:
lastUpdatedTime- Timestamp of when the event type was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
EventType.Builder createdTime(String createdTime)
Timestamp of when the event type was created.
- Parameters:
createdTime- Timestamp of when the event type was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
EventType.Builder arn(String arn)
The entity type ARN.
- Parameters:
arn- The entity type ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventOrchestration
EventType.Builder eventOrchestration(EventOrchestration eventOrchestration)
The event orchestration status.
- Parameters:
eventOrchestration- The event orchestration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventOrchestration
default EventType.Builder eventOrchestration(Consumer<EventOrchestration.Builder> eventOrchestration)
The event orchestration status.
This is a convenience method that creates an instance of theEventOrchestration.Builderavoiding the need to create one manually viaEventOrchestration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventOrchestration(EventOrchestration).- Parameters:
eventOrchestration- a consumer that will call methods onEventOrchestration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
eventOrchestration(EventOrchestration)
-
-