public static interface ListDeviceInstancesRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListDeviceInstancesRequest.Builder,ListDeviceInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceInstancesRequest.Builder |
maxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
|
ListDeviceInstancesRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListDeviceInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeviceInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceInstancesRequest.Builder maxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
maxResults - An integer that specifies the maximum number of items you want to return in the API response.ListDeviceInstancesRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListDeviceInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeviceInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.