Struct aws_sdk_sagemaker::model::redshift_dataset_definition::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RedshiftDatasetDefinition
Implementations
The Redshift cluster Identifier.
The Redshift cluster Identifier.
The name of the Redshift database used in Redshift query execution.
The name of the Redshift database used in Redshift query execution.
The database user name used in Redshift query execution.
The database user name used in Redshift query execution.
The SQL query statements to be executed.
The SQL query statements to be executed.
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
The location in Amazon S3 where the Redshift query results are stored.
The location in Amazon S3 where the Redshift query results are stored.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
The data storage format for Redshift query results.
The data storage format for Redshift query results.
The compression used for Redshift query results.
The compression used for Redshift query results.
Consumes the builder and constructs a RedshiftDatasetDefinition
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