Struct aws_sdk_devicefarm::input::update_instance_profile_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateInstanceProfileInput
Implementations
The Amazon Resource Name (ARN) of the instance profile.
The Amazon Resource Name (ARN) of the instance profile.
The updated name for your instance profile.
The updated description for your instance profile.
The updated description for your instance profile.
The updated choice for whether you want to specify package cleanup. The default value
is false for private devices.
The updated choice for whether you want to specify package cleanup. 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 is over.
The list of packages is only considered 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 is over.
The list of packages is only considered if you set packageCleanup to
true.
The updated choice for whether you want to reboot the device after use. The default
value is true.
The updated choice for whether you want to reboot the device after use. The default
value is true.
Consumes the builder and constructs a UpdateInstanceProfileInput
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
