Struct aws_sdk_emr::model::command::Builder   
source · pub struct Builder { /* private fields */ }Expand description
A builder for Command.
Implementations§
source§impl Builder
 
impl Builder
sourcepub fn script_path(self, input: impl Into<String>) -> Self
 
pub fn script_path(self, input: impl Into<String>) -> Self
The Amazon S3 location of the command script.
sourcepub fn set_script_path(self, input: Option<String>) -> Self
 
pub fn set_script_path(self, input: Option<String>) -> Self
The Amazon S3 location of the command script.
sourcepub fn args(self, input: impl Into<String>) -> Self
 
pub fn args(self, input: impl Into<String>) -> Self
Appends an item to args.
To override the contents of this collection use set_args.
Arguments for Amazon EMR to pass to the command for execution.