| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceProfile.Builder |
InstanceProfile.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
static InstanceProfile.Builder |
InstanceProfile.builder() |
InstanceProfile.Builder |
InstanceProfile.Builder.description(String description)
The description of the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.excludeAppPackagesFromCleanup(Collection<String> excludeAppPackagesFromCleanup)
An array of strings containing the list of app packages that should not be cleaned up from the device after a
test run completes.
|
InstanceProfile.Builder |
InstanceProfile.Builder.excludeAppPackagesFromCleanup(String... excludeAppPackagesFromCleanup)
An array of strings containing the list of app packages that should not be cleaned up from the device after a
test run completes.
|
InstanceProfile.Builder |
InstanceProfile.Builder.name(String name)
The name of the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.packageCleanup(Boolean packageCleanup)
When set to
true, Device Farm removes app packages after a test run. |
InstanceProfile.Builder |
InstanceProfile.Builder.rebootAfterUse(Boolean rebootAfterUse)
When set to
true, Device Farm reboots the instance after a test run. |
InstanceProfile.Builder |
InstanceProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceProfile.Builder> |
InstanceProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateInstanceProfileResponse.Builder |
CreateInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object that contains information about your instance profile.
|
default DeviceInstance.Builder |
DeviceInstance.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
A object that contains information about the instance profile.
|
default GetInstanceProfileResponse.Builder |
GetInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object that contains information about an instance profile.
|
default UpdateInstanceProfileResponse.Builder |
UpdateInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object that contains information about your instance profile.
|
Copyright © 2020. All rights reserved.