| 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 specifying the list of app packages that should not be cleaned up from the device after a
test run is over.
|
InstanceProfile.Builder |
InstanceProfile.Builder.excludeAppPackagesFromCleanup(String... excludeAppPackagesFromCleanup)
An array of strings specifying the list of app packages that should not be cleaned up from the device after a
test run is over.
|
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 will remove app packages after a test run. |
InstanceProfile.Builder |
InstanceProfile.Builder.rebootAfterUse(Boolean rebootAfterUse)
When set to
true, Device Farm will reboot 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 UpdateInstanceProfileResponse.Builder |
UpdateInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object containing information about your instance profile.
|
default CreateInstanceProfileResponse.Builder |
CreateInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object containing information about your instance profile.
|
default GetInstanceProfileResponse.Builder |
GetInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object containing information about your instance profile.
|
default DeviceInstance.Builder |
DeviceInstance.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
A object containing information about the instance profile.
|
Copyright © 2018. All rights reserved.