Interface EventType.Builder

    • 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 as INGESTED_EVENTS, to train your model and improve fraud predictions.

        Parameters:
        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.
        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 as INGESTED_EVENTS, to train your model and improve fraud predictions.

        Parameters:
        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.
        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.
      • 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.