Struct aws_sdk_glue::model::job_command::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for JobCommand
Implementations
The name of the job command. For an Apache Spark ETL job, this must be glueetl
. For a Python shell job, it must be pythonshell
. For an Apache Spark streaming ETL job, this must be gluestreaming
.
The name of the job command. For an Apache Spark ETL job, this must be glueetl
. For a Python shell job, it must be pythonshell
. For an Apache Spark streaming ETL job, this must be gluestreaming
.
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
The Python version being used to run a Python shell job. Allowed values are 2 or 3.
The Python version being used to run a Python shell job. Allowed values are 2 or 3.
Consumes the builder and constructs a JobCommand
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