#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for Ingestion
Implementations
The Amazon Resource Name (ARN) of the resource.
The Amazon Resource Name (ARN) of the resource.
Ingestion ID.
Ingestion ID.
Ingestion status.
Ingestion status.
Error information for this ingestion.
Error information for this ingestion.
Information about rows for a data set SPICE ingestion.
Information about rows for a data set SPICE ingestion.
Information about a queued dataset SPICE ingestion.
Information about a queued dataset SPICE ingestion.
The time that this ingestion started.
The time that this ingestion started.
The time that this ingestion took, measured in seconds.
The time that this ingestion took, measured in seconds.
The size of the data ingested, in bytes.
The size of the data ingested, in bytes.
Event source for this ingestion.
Event source for this ingestion.
Type of this ingestion.
Type of this ingestion.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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