public static interface ListDevicePoolsRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>
Modifier and Type | Method and Description |
---|---|
ListDevicePoolsRequest.Builder |
arn(String arn)
The project ARN.
|
ListDevicePoolsRequest.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.
|
ListDevicePoolsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListDevicePoolsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListDevicePoolsRequest.Builder |
type(DevicePoolType type)
The device pools' type.
|
ListDevicePoolsRequest.Builder |
type(String type)
The device pools' type.
|
build
requestOverrideConfig
copy
apply, build
ListDevicePoolsRequest.Builder arn(String arn)
The project ARN.
arn
- The project ARN.ListDevicePoolsRequest.Builder type(String type)
The device pools' type.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
type
- The device pools' type.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
DevicePoolType
,
DevicePoolType
ListDevicePoolsRequest.Builder type(DevicePoolType type)
The device pools' type.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
type
- The device pools' type.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
DevicePoolType
,
DevicePoolType
ListDevicePoolsRequest.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.ListDevicePoolsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListDevicePoolsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.