Class EventTracker

    • Method Detail

      • name

        public final String name()

        The name of the event tracker.

        Returns:
        The name of the event tracker.
      • eventTrackerArn

        public final String eventTrackerArn()

        The ARN of the event tracker.

        Returns:
        The ARN of the event tracker.
      • accountId

        public final String accountId()

        The Amazon Web Services account that owns the event tracker.

        Returns:
        The Amazon Web Services account that owns the event tracker.
      • trackingId

        public final String trackingId()

        The ID of the event tracker. Include this ID in requests to the PutEvents API.

        Returns:
        The ID of the event tracker. Include this ID in requests to the PutEvents API.
      • datasetGroupArn

        public final String datasetGroupArn()

        The Amazon Resource Name (ARN) of the dataset group that receives the event data.

        Returns:
        The Amazon Resource Name (ARN) of the dataset group that receives the event data.
      • status

        public final String status()

        The status of the event tracker.

        An event tracker can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • DELETE PENDING > DELETE IN_PROGRESS

        Returns:
        The status of the event tracker.

        An event tracker can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • DELETE PENDING > DELETE IN_PROGRESS

      • creationDateTime

        public final Instant creationDateTime()

        The date and time (in Unix format) that the event tracker was created.

        Returns:
        The date and time (in Unix format) that the event tracker was created.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        The date and time (in Unix time) that the event tracker was last updated.

        Returns:
        The date and time (in Unix time) that the event tracker was last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)