@Generated(value="software.amazon.awssdk:codegen") public final class EventTracker extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventTracker.Builder,EventTracker>
Provides information about an event tracker.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventTracker.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon AWS account that owns the event tracker.
|
static EventTracker.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix format) that the event tracker was created.
|
String |
datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTrackerArn()
The ARN of the event tracker.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the event tracker was last updated.
|
String |
name()
The name of the event tracker.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventTracker.Builder> |
serializableBuilderClass() |
String |
status()
The status of the event tracker.
|
EventTracker.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trackingId()
The ID of the event tracker.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the event tracker.
public String eventTrackerArn()
The ARN of the event tracker.
public String accountId()
The Amazon AWS account that owns the event tracker.
public String trackingId()
The ID of the event tracker. Include this ID in requests to the PutEvents API.
public String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
public 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
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
public Instant creationDateTime()
The date and time (in Unix format) that the event tracker was created.
public Instant lastUpdatedDateTime()
The date and time (in Unix time) that the event tracker was last updated.
public EventTracker.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventTracker.Builder,EventTracker>public static EventTracker.Builder builder()
public static Class<? extends EventTracker.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.