Interface ListDevicePoolsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>,DeviceFarmRequest.Builder,SdkBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDevicePoolsRequest
public static interface ListDevicePoolsRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevicePoolsRequest.Builderarn(String arn)The project ARN.ListDevicePoolsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicePoolsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicePoolsRequest.Buildertype(String type)The device pools' type.ListDevicePoolsRequest.Buildertype(DevicePoolType type)The device pools' type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ListDevicePoolsRequest.Builder arn(String arn)
The project ARN.
- Parameters:
arn- The project ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DevicePoolType,DevicePoolType
-
-
type
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DevicePoolType,DevicePoolType
-
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDevicePoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDevicePoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-