Uses of Interface
software.amazon.awssdk.services.devicefarm.model.InstanceProfile.Builder
-
Packages that use InstanceProfile.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of InstanceProfile.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return InstanceProfile.Builder Modifier and Type Method Description InstanceProfile.BuilderInstanceProfile.Builder. arn(String arn)The Amazon Resource Name (ARN) of the instance profile.static InstanceProfile.BuilderInstanceProfile. builder()InstanceProfile.BuilderInstanceProfile.Builder. description(String description)The description of the instance profile.InstanceProfile.BuilderInstanceProfile.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.BuilderInstanceProfile.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.BuilderInstanceProfile.Builder. name(String name)The name of the instance profile.InstanceProfile.BuilderInstanceProfile.Builder. packageCleanup(Boolean packageCleanup)When set totrue, Device Farm removes app packages after a test run.InstanceProfile.BuilderInstanceProfile.Builder. rebootAfterUse(Boolean rebootAfterUse)When set totrue, Device Farm reboots the instance after a test run.InstanceProfile.BuilderInstanceProfile. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type InstanceProfile.Builder Modifier and Type Method Description static Class<? extends InstanceProfile.Builder>InstanceProfile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type InstanceProfile.Builder Modifier and Type Method Description default CreateInstanceProfileResponse.BuilderCreateInstanceProfileResponse.Builder. instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)An object that contains information about your instance profile.default DeviceInstance.BuilderDeviceInstance.Builder. instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)A object that contains information about the instance profile.default GetInstanceProfileResponse.BuilderGetInstanceProfileResponse.Builder. instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)An object that contains information about an instance profile.default UpdateInstanceProfileResponse.BuilderUpdateInstanceProfileResponse.Builder. instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)An object that contains information about your instance profile.
-