Struct aws_sdk_emr::model::hadoop_step_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for HadoopStepConfig
Implementations
The path to the JAR file that runs during the step.
The path to the JAR file that runs during the step.
Adds a key-value pair to properties.
To override the contents of this collection use set_properties.
The 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 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.
The list of command line arguments to pass to the JAR file's main function for execution.
The list of command line arguments to pass to the JAR file's main function for execution.
Consumes the builder and constructs a HadoopStepConfig
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
