public static interface DeleteDevicePoolRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<DeleteDevicePoolRequest.Builder,DeleteDevicePoolRequest>
Modifier and Type | Method and Description |
---|---|
DeleteDevicePoolRequest.Builder |
arn(String arn)
Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.
|
DeleteDevicePoolRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteDevicePoolRequest.Builder arn(String arn)
Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.
arn
- Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.DeleteDevicePoolRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.