Interface EventTrackerSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventTrackerSummary.Builder,
,EventTrackerSummary> SdkBuilder<EventTrackerSummary.Builder,
,EventTrackerSummary> SdkPojo
- Enclosing class:
EventTrackerSummary
@Mutable
@NotThreadSafe
public static interface EventTrackerSummary.Builder
extends SdkPojo, CopyableBuilder<EventTrackerSummary.Builder,EventTrackerSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDateTime
(Instant creationDateTime) The date and time (in Unix time) that the event tracker was created.eventTrackerArn
(String eventTrackerArn) The Amazon Resource Name (ARN) of the event tracker.lastUpdatedDateTime
(Instant lastUpdatedDateTime) The date and time (in Unix time) that the event tracker was last updated.The name of the event tracker.The status of the event tracker.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the event tracker.
- Parameters:
name
- The name of the event tracker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTrackerArn
The Amazon Resource Name (ARN) of the event tracker.
- Parameters:
eventTrackerArn
- The Amazon Resource Name (ARN) of the event tracker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-
creationDateTime
The date and time (in Unix time) that the event tracker was created.
- Parameters:
creationDateTime
- The date and time (in Unix time) that the event tracker was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
The date and time (in Unix time) that the event tracker was last updated.
- Parameters:
lastUpdatedDateTime
- The date and time (in Unix time) that the event tracker was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-