Struct aws_sdk_applicationdiscovery::output::start_continuous_export_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StartContinuousExportOutput
Implementations
The unique ID assigned to this export.
The name of the s3 bucket where the export data parquet files are stored.
The name of the s3 bucket where the export data parquet files are stored.
The timestamp representing when the continuous export was started.
The timestamp representing when the continuous export was started.
The type of data collector used to gather this data (currently only offered for AGENT).
The type of data collector used to gather this data (currently only offered for AGENT).
Adds a key-value pair to schema_storage_config.
To override the contents of this collection use set_schema_storage_config.
A dictionary which describes how the data is stored.
-
databaseName- the name of the Glue database used to store the schema.
A dictionary which describes how the data is stored.
-
databaseName- the name of the Glue database used to store the schema.
Consumes the builder and constructs a StartContinuousExportOutput
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