#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

Implementations

The event data store ARN.

The event data store ARN.

The name of the event data store.

The name of the event data store.

The status of the event data store.

The status of the event data store.

Appends an item to advanced_event_selectors.

To override the contents of this collection use set_advanced_event_selectors.

The advanced event selectors that were used to select events.

The advanced event selectors that were used to select events.

Indicates whether the event data store is collecting events from all regions, or only from the region in which the event data store was created.

Indicates whether the event data store is collecting events from all regions, or only from the region in which the event data store was created.

Indicates whether an event data store is collecting logged events for an organization in Organizations.

Indicates whether an event data store is collecting logged events for an organization in Organizations.

The retention period, in days.

The retention period, in days.

Indicates that termination protection is enabled and the event data store cannot be automatically deleted.

Indicates that termination protection is enabled and the event data store cannot be automatically deleted.

The timestamp of an event data store's creation.

The timestamp of an event data store's creation.

The timestamp that shows when an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.

The timestamp that shows when an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.

Consumes the builder and constructs a RestoreEventDataStoreOutput

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more