Struct aws_sdk_databrew::input::update_recipe_job_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateRecipeJobInput
Implementations
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
The encryption mode for the job, which can be one of the following:
-
SSE-KMS
- Server-side encryption with keys managed by KMS. -
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
The encryption mode for the job, which can be one of the following:
-
SSE-KMS
- Server-side encryption with keys managed by KMS. -
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
The maximum number of nodes that DataBrew can consume when the job processes data.
The maximum number of nodes that DataBrew can consume when the job processes data.
The maximum number of times to retry the job after a job run fails.
The maximum number of times to retry the job after a job run fails.
Appends an item to outputs
.
To override the contents of this collection use set_outputs
.
One or more artifacts that represent the output from running the job.
One or more artifacts that represent the output from running the job.
Appends an item to data_catalog_outputs
.
To override the contents of this collection use set_data_catalog_outputs
.
One or more artifacts that represent the Glue Data Catalog output from running the job.
One or more artifacts that represent the Glue Data Catalog output from running the job.
Appends an item to database_outputs
.
To override the contents of this collection use set_database_outputs
.
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
Consumes the builder and constructs a UpdateRecipeJobInput
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