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)
This field is being deprecated. Indicates whether the event data store is protected from termination.
terminationProtectionEnabled - This field is being deprecated. Indicates whether the event data store is protected from termination.@Deprecated EventDataStore.Builder status(String status)
This field is being deprecated. The status of an event data store. Values are ENABLED and
PENDING_DELETION.
status - This field is being deprecated. The status of an event data store. Values are ENABLED and
PENDING_DELETION.EventDataStoreStatus,
EventDataStoreStatus@Deprecated EventDataStore.Builder status(EventDataStoreStatus status)
This field is being deprecated. The status of an event data store. Values are ENABLED and
PENDING_DELETION.
status - This field is being deprecated. The status of an event data store. Values are ENABLED and
PENDING_DELETION.EventDataStoreStatus,
EventDataStoreStatus@Deprecated EventDataStore.Builder advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
This field is being deprecated. The advanced event selectors that were used to select events for the data store.
advancedEventSelectors - This field is being deprecated. The advanced event selectors that were used to select events for the
data store.@Deprecated EventDataStore.Builder advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
This field is being deprecated. The advanced event selectors that were used to select events for the data store.
advancedEventSelectors - This field is being deprecated. The advanced event selectors that were used to select events for the
data store.@Deprecated EventDataStore.Builder advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
This field is being deprecated. 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)
This field is being deprecated. Indicates whether the event data store includes events from all regions, or only from the region in which it was created.
multiRegionEnabled - This field is being deprecated. 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)
This field is being deprecated. Indicates that an event data store is collecting logged events for an organization.
organizationEnabled - This field is being deprecated. Indicates that an event data store is collecting logged events for an
organization.@Deprecated EventDataStore.Builder retentionPeriod(Integer retentionPeriod)
This field is being deprecated. The retention period, in days.
retentionPeriod - This field is being deprecated. The retention period, in days.@Deprecated EventDataStore.Builder createdTimestamp(Instant createdTimestamp)
This field is being deprecated. The timestamp of the event data store's creation.
createdTimestamp - This field is being deprecated. The timestamp of the event data store's creation.@Deprecated EventDataStore.Builder updatedTimestamp(Instant updatedTimestamp)
This field is being deprecated. 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 - This field is being deprecated. 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.