Uses of Interface
software.amazon.awssdk.services.devicefarm.model.CreateInstanceProfileRequest.Builder
-
Packages that use CreateInstanceProfileRequest.Builder Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.model -
-
Uses of CreateInstanceProfileRequest.Builder in software.amazon.awssdk.services.devicefarm
Method parameters in software.amazon.awssdk.services.devicefarm with type arguments of type CreateInstanceProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateInstanceProfileResponse>DeviceFarmAsyncClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates a profile that can be applied to one or more private fleet device instances.default CreateInstanceProfileResponseDeviceFarmClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates a profile that can be applied to one or more private fleet device instances. -
Uses of CreateInstanceProfileRequest.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return CreateInstanceProfileRequest.Builder Modifier and Type Method Description static CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest. builder()CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. description(String description)The description of your instance profile.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. excludeAppPackagesFromCleanup(String... excludeAppPackagesFromCleanup)An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. excludeAppPackagesFromCleanup(Collection<String> excludeAppPackagesFromCleanup)An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. name(String name)The name of your instance profile.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. packageCleanup(Boolean packageCleanup)When set totrue, Device Farm removes app packages after a test run.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. rebootAfterUse(Boolean rebootAfterUse)When set totrue, Device Farm reboots the instance after a test run.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type CreateInstanceProfileRequest.Builder Modifier and Type Method Description static Class<? extends CreateInstanceProfileRequest.Builder>CreateInstanceProfileRequest. serializableBuilderClass()
-