Struct aws_sdk_sagemaker::model::athena_dataset_definition::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AthenaDatasetDefinition
Implementations
The name of the data catalog used in Athena query execution.
The name of the data catalog used in Athena query execution.
The name of the database used in the Athena query execution.
The name of the database used in the Athena query execution.
The SQL query statements, to be executed.
The SQL query statements, to be executed.
The name of the workgroup in which the Athena query is being started.
The name of the workgroup in which the Athena query is being started.
The location in Amazon S3 where Athena query results are stored.
The location in Amazon S3 where Athena query results are stored.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.
The data storage format for Athena query results.
The data storage format for Athena query results.
The compression used for Athena query results.
The compression used for Athena query results.
Consumes the builder and constructs a AthenaDatasetDefinition
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