@Generated(value="software.amazon.awssdk:codegen") public final class EventType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventType.Builder,EventType>
The event type details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventType.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The entity type ARN.
|
static EventType.Builder |
builder() |
String |
createdTime()
Timestamp of when the event type was created.
|
String |
description()
The event type description.
|
List<String> |
entityTypes()
The event type entity types.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
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. |
String |
eventIngestionAsString()
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. |
EventOrchestration |
eventOrchestration()
The event orchestration status.
|
List<String> |
eventVariables()
The event type event variables.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEntityTypes()
For responses, this returns true if the service returned a value for the EntityTypes property.
|
boolean |
hasEventVariables()
For responses, this returns true if the service returned a value for the EventVariables property.
|
int |
hashCode() |
boolean |
hasLabels()
For responses, this returns true if the service returned a value for the Labels property.
|
IngestedEventStatistics |
ingestedEventStatistics()
Data about the stored events.
|
List<String> |
labels()
The event type labels.
|
String |
lastUpdatedTime()
Timestamp of when the event type was last updated.
|
String |
name()
The event type name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventType.Builder> |
serializableBuilderClass() |
EventType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The event type name.
public final String description()
The event type description.
public final boolean hasEventVariables()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> eventVariables()
The event type event variables.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEventVariables() method.
public final boolean hasLabels()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> labels()
The event type labels.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLabels() method.
public final boolean hasEntityTypes()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> entityTypes()
The event type entity types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEntityTypes() method.
public final 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.
If the service returns an enum value that is not available in the current SDK version, eventIngestion
will return EventIngestion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from eventIngestionAsString().
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.EventIngestionpublic final String eventIngestionAsString()
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.
If the service returns an enum value that is not available in the current SDK version, eventIngestion
will return EventIngestion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from eventIngestionAsString().
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.EventIngestionpublic final IngestedEventStatistics ingestedEventStatistics()
Data about the stored events.
public final String lastUpdatedTime()
Timestamp of when the event type was last updated.
public final String createdTime()
Timestamp of when the event type was created.
public final String arn()
The entity type ARN.
public final EventOrchestration eventOrchestration()
The event orchestration status.
public EventType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventType.Builder,EventType>public static EventType.Builder builder()
public static Class<? extends EventType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.