GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.appArn(String appArn) |
The ARN of the app that is associated with the specified device pool.
|
static GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.builder() |
|
default GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.configuration(Consumer<ScheduleRunConfiguration.Builder> configuration) |
An object that contains information about the settings for a run.
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.configuration(ScheduleRunConfiguration configuration) |
An object that contains information about the settings for a run.
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.devicePoolArn(String devicePoolArn) |
The device pool's ARN.
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.test(Consumer<ScheduleRunTest.Builder> test) |
Information about the uploaded test to be run against the device pool.
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.test(ScheduleRunTest test) |
Information about the uploaded test to be run against the device pool.
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.testType(String testType) |
The test type for the specified device pool.
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.Builder.testType(TestType testType) |
The test type for the specified device pool.
|
GetDevicePoolCompatibilityRequest.Builder |
GetDevicePoolCompatibilityRequest.toBuilder() |
|