Struct aws_sdk_emr::model::application::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Application
Implementations
The version of the application.
Appends an item to args.
To override the contents of this collection use set_args.
Arguments for Amazon EMR to pass to the application.
Arguments for Amazon EMR to pass to the application.
Adds a key-value pair to additional_info.
To override the contents of this collection use set_additional_info.
This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.
This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.
Consumes the builder and constructs a Application
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
