Struct aws_sdk_emr::model::hadoop_jar_step_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for HadoopJarStepConfig
Implementations
Appends an item to properties.
To override the contents of this collection use set_properties.
A list of Java properties that are set when the step runs. You can use these properties to pass key-value pairs to your main function.
A list of Java properties that are set when the step runs. You can use these properties to pass key-value pairs to your main function.
The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
Appends an item to args.
To override the contents of this collection use set_args.
A list of command line arguments passed to the JAR file's main function when executed.
A list of command line arguments passed to the JAR file's main function when executed.
Consumes the builder and constructs a HadoopJarStepConfig
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