public static interface EventDataStore.Builder extends SdkPojo, CopyableBuilder<EventDataStore.Builder,EventDataStore>
| Modifier and Type | Method and Description |
|---|---|
EventDataStore.Builder |
advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
|
EventDataStore.Builder |
advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
|
EventDataStore.Builder |
advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
|
EventDataStore.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp of the event data store's creation.
|
EventDataStore.Builder |
eventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
EventDataStore.Builder |
multiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store includes events from all regions, or only from the region in which it
was created.
|
EventDataStore.Builder |
name(String name)
The name of the event data store.
|
EventDataStore.Builder |
organizationEnabled(Boolean organizationEnabled)
Indicates that an event data store is collecting logged events for an organization.
|
EventDataStore.Builder |
retentionPeriod(Integer retentionPeriod)
The retention period, in days.
|
EventDataStore.Builder |
status(EventDataStoreStatus status)
The status of an event data store.
|
EventDataStore.Builder |
status(String status)
The status of an event data store.
|
EventDataStore.Builder |
terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether the event data store is protected from termination.
|
EventDataStore.Builder |
updatedTimestamp(Instant updatedTimestamp)
The timestamp showing when an event data store was updated, if applicable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventDataStore.Builder eventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
eventDataStoreArn - The ARN of the event data store.EventDataStore.Builder name(String name)
The name of the event data store.
name - The name of the event data store.EventDataStore.Builder terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether the event data store is protected from termination.
terminationProtectionEnabled - Indicates whether the event data store is protected from termination.EventDataStore.Builder status(String status)
The status of an event data store. Values are ENABLED and PENDING_DELETION.
status - The status of an event data store. Values are ENABLED and PENDING_DELETION.EventDataStoreStatus,
EventDataStoreStatusEventDataStore.Builder status(EventDataStoreStatus status)
The status of an event data store. Values are ENABLED and PENDING_DELETION.
status - The status of an event data store. Values are ENABLED and PENDING_DELETION.EventDataStoreStatus,
EventDataStoreStatusEventDataStore.Builder advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
advancedEventSelectors - The advanced event selectors that were used to select events for the data store.EventDataStore.Builder advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
advancedEventSelectors - The advanced event selectors that were used to select events for the data store.EventDataStore.Builder advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #advancedEventSelectors(List) .advancedEventSelectors - a consumer that will call methods on List.Builder #advancedEventSelectors(List) EventDataStore.Builder multiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store includes events from all regions, or only from the region in which it was created.
multiRegionEnabled - Indicates whether the event data store includes events from all regions, or only from the region in
which it was created.EventDataStore.Builder organizationEnabled(Boolean organizationEnabled)
Indicates that an event data store is collecting logged events for an organization.
organizationEnabled - Indicates that an event data store is collecting logged events for an organization.EventDataStore.Builder retentionPeriod(Integer retentionPeriod)
The retention period, in days.
retentionPeriod - The retention period, in days.EventDataStore.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of the event data store's creation.
createdTimestamp - The timestamp of the event data store's creation.EventDataStore.Builder updatedTimestamp(Instant updatedTimestamp)
The timestamp showing when an event data store was updated, if applicable. UpdatedTimestamp is
always either the same or newer than the time shown in CreatedTimestamp.
updatedTimestamp - The timestamp showing when an event data store was updated, if applicable.
UpdatedTimestamp is always either the same or newer than the time shown in
CreatedTimestamp.Copyright © 2022. All rights reserved.