#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateInstanceProfileInput
Implementations
The description of your instance profile.
The description of your instance profile.
When set to true, Device Farm removes app packages after a test run. The default value is false for private devices.
When set to true, Device Farm removes app packages after a test run. The default value is false for private devices.
Appends an item to exclude_app_packages_from_cleanup.
To override the contents of this collection use set_exclude_app_packages_from_cleanup.
An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.
The list of packages is considered only if you set packageCleanup to true.
An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.
The list of packages is considered only if you set packageCleanup to true.
When set to true, Device Farm reboots the instance after a test run. The default value is true.
When set to true, Device Farm reboots the instance after a test run. The default value is true.
Consumes the builder and constructs a CreateInstanceProfileInput
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