public static interface EventDataStore.Builder extends SdkPojo, CopyableBuilder<EventDataStore.Builder,EventDataStore>
| Modifier and Type | Method and Description |
|---|---|
EventDataStore.Builder |
advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
Deprecated.
AdvancedEventSelectors is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
Deprecated.
AdvancedEventSelectors is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
Deprecated.
AdvancedEventSelectors is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
createdTimestamp(Instant createdTimestamp)
Deprecated.
CreatedTimestamp is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
eventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
EventDataStore.Builder |
multiRegionEnabled(Boolean multiRegionEnabled)
Deprecated.
MultiRegionEnabled is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
name(String name)
The name of the event data store.
|
EventDataStore.Builder |
organizationEnabled(Boolean organizationEnabled)
Deprecated.
OrganizationEnabled is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
retentionPeriod(Integer retentionPeriod)
Deprecated.
RetentionPeriod is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
status(EventDataStoreStatus status)
Deprecated.
Status is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
status(String status)
Deprecated.
Status is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Deprecated.
TerminationProtectionEnabled is no longer returned by ListEventDataStores
|
EventDataStore.Builder |
updatedTimestamp(Instant updatedTimestamp)
Deprecated.
UpdatedTimestamp is no longer returned by ListEventDataStores
|
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.@Deprecated 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.@Deprecated EventDataStore.Builder status(String status)
The status of an event data store.
status - The status of an event data store.EventDataStoreStatus,
EventDataStoreStatus@Deprecated EventDataStore.Builder status(EventDataStoreStatus status)
The status of an event data store.
status - The status of an event data store.EventDataStoreStatus,
EventDataStoreStatus@Deprecated EventDataStore.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.@Deprecated 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.@Deprecated 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 theAdvancedEventSelector.Builder avoiding the need to
create one manually via
AdvancedEventSelector.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #advancedEventSelectors(List.
advancedEventSelectors - a consumer that will call methods on
AdvancedEventSelector.Builder#advancedEventSelectors(java.util.Collection) @Deprecated 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.@Deprecated 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.@Deprecated EventDataStore.Builder retentionPeriod(Integer retentionPeriod)
The retention period, in days.
retentionPeriod - The retention period, in days.@Deprecated EventDataStore.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of the event data store's creation.
createdTimestamp - The timestamp of the event data store's creation.@Deprecated 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 © 2023. All rights reserved.