@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventType extends Object implements Serializable, Cloneable, StructuredPojo
The event type details.
Constructor and Description |
---|
EventType() |
Modifier and Type | Method and Description |
---|---|
EventType |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The entity type ARN.
|
String |
getCreatedTime()
Timestamp of when the event type was created.
|
String |
getDescription()
The event type description.
|
List<String> |
getEntityTypes()
The event type entity types.
|
String |
getEventIngestion()
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 |
getEventOrchestration()
The event orchestration status.
|
List<String> |
getEventVariables()
The event type event variables.
|
IngestedEventStatistics |
getIngestedEventStatistics()
Data about the stored events.
|
List<String> |
getLabels()
The event type labels.
|
String |
getLastUpdatedTime()
Timestamp of when the event type was last updated.
|
String |
getName()
The event type name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The entity type ARN.
|
void |
setCreatedTime(String createdTime)
Timestamp of when the event type was created.
|
void |
setDescription(String description)
The event type description.
|
void |
setEntityTypes(Collection<String> entityTypes)
The event type entity types.
|
void |
setEventIngestion(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. |
void |
setEventOrchestration(EventOrchestration eventOrchestration)
The event orchestration status.
|
void |
setEventVariables(Collection<String> eventVariables)
The event type event variables.
|
void |
setIngestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
|
void |
setLabels(Collection<String> labels)
The event type labels.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
|
void |
setName(String name)
The event type name.
|
String |
toString()
Returns a string representation of this object.
|
EventType |
withArn(String arn)
The entity type ARN.
|
EventType |
withCreatedTime(String createdTime)
Timestamp of when the event type was created.
|
EventType |
withDescription(String description)
The event type description.
|
EventType |
withEntityTypes(Collection<String> entityTypes)
The event type entity types.
|
EventType |
withEntityTypes(String... entityTypes)
The event type entity types.
|
EventType |
withEventIngestion(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 |
withEventIngestion(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. |
EventType |
withEventOrchestration(EventOrchestration eventOrchestration)
The event orchestration status.
|
EventType |
withEventVariables(Collection<String> eventVariables)
The event type event variables.
|
EventType |
withEventVariables(String... eventVariables)
The event type event variables.
|
EventType |
withIngestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
|
EventType |
withLabels(Collection<String> labels)
The event type labels.
|
EventType |
withLabels(String... labels)
The event type labels.
|
EventType |
withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
|
EventType |
withName(String name)
The event type name.
|
public void setName(String name)
The event type name.
name
- The event type name.public String getName()
The event type name.
public EventType withName(String name)
The event type name.
name
- The event type name.public void setDescription(String description)
The event type description.
description
- The event type description.public String getDescription()
The event type description.
public EventType withDescription(String description)
The event type description.
description
- The event type description.public List<String> getEventVariables()
The event type event variables.
public void setEventVariables(Collection<String> eventVariables)
The event type event variables.
eventVariables
- The event type event variables.public EventType withEventVariables(String... eventVariables)
The event type event variables.
NOTE: This method appends the values to the existing list (if any). Use
setEventVariables(java.util.Collection)
or withEventVariables(java.util.Collection)
if you want
to override the existing values.
eventVariables
- The event type event variables.public EventType withEventVariables(Collection<String> eventVariables)
The event type event variables.
eventVariables
- The event type event variables.public void setLabels(Collection<String> labels)
The event type labels.
labels
- The event type labels.public EventType withLabels(String... labels)
The event type labels.
NOTE: This method appends the values to the existing list (if any). Use
setLabels(java.util.Collection)
or withLabels(java.util.Collection)
if you want to override the
existing values.
labels
- The event type labels.public EventType withLabels(Collection<String> labels)
The event type labels.
labels
- The event type labels.public List<String> getEntityTypes()
The event type entity types.
public void setEntityTypes(Collection<String> entityTypes)
The event type entity types.
entityTypes
- The event type entity types.public EventType withEntityTypes(String... entityTypes)
The event type entity types.
NOTE: This method appends the values to the existing list (if any). Use
setEntityTypes(java.util.Collection)
or withEntityTypes(java.util.Collection)
if you want to
override the existing values.
entityTypes
- The event type entity types.public EventType withEntityTypes(Collection<String> entityTypes)
The event type entity types.
entityTypes
- The event type entity types.public void setEventIngestion(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
public String getEventIngestion()
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.
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
public EventType withEventIngestion(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
public EventType withEventIngestion(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
public void setIngestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
ingestedEventStatistics
- Data about the stored events.public IngestedEventStatistics getIngestedEventStatistics()
Data about the stored events.
public EventType withIngestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
ingestedEventStatistics
- Data about the stored events.public void setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
lastUpdatedTime
- Timestamp of when the event type was last updated.public String getLastUpdatedTime()
Timestamp of when the event type was last updated.
public EventType withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
lastUpdatedTime
- Timestamp of when the event type was last updated.public void setCreatedTime(String createdTime)
Timestamp of when the event type was created.
createdTime
- Timestamp of when the event type was created.public String getCreatedTime()
Timestamp of when the event type was created.
public EventType withCreatedTime(String createdTime)
Timestamp of when the event type was created.
createdTime
- Timestamp of when the event type was created.public void setArn(String arn)
The entity type ARN.
arn
- The entity type ARN.public String getArn()
The entity type ARN.
public EventType withArn(String arn)
The entity type ARN.
arn
- The entity type ARN.public void setEventOrchestration(EventOrchestration eventOrchestration)
The event orchestration status.
eventOrchestration
- The event orchestration status.public EventOrchestration getEventOrchestration()
The event orchestration status.
public EventType withEventOrchestration(EventOrchestration eventOrchestration)
The event orchestration status.
eventOrchestration
- The event orchestration status.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.