Struct aws_sdk_devicefarm::input::update_upload_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateUploadInput
Implementations
The Amazon Resource Name (ARN) of the uploaded test spec.
The Amazon Resource Name (ARN) of the uploaded test spec.
The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file
name must end with the .yaml or .yml file extension.
The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file
name must end with the .yaml or .yml file extension.
The upload's content type (for example, application/x-yaml).
The upload's content type (for example, application/x-yaml).
Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
Consumes the builder and constructs a UpdateUploadInput
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
