public static interface CreateDevicePoolRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<CreateDevicePoolRequest.Builder,CreateDevicePoolRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDevicePoolRequest.Builder |
description(String description)
The device pool's description.
|
CreateDevicePoolRequest.Builder |
name(String name)
The device pool's name.
|
CreateDevicePoolRequest.Builder |
projectArn(String projectArn)
The ARN of the project for the device pool.
|
CreateDevicePoolRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateDevicePoolRequest.Builder |
rules(Collection<Rule> rules)
The device pool's rules.
|
CreateDevicePoolRequest.Builder |
rules(Rule... rules)
The device pool's rules.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateDevicePoolRequest.Builder projectArn(String projectArn)
The ARN of the project for the device pool.
projectArn - The ARN of the project for the device pool.CreateDevicePoolRequest.Builder name(String name)
The device pool's name.
name - The device pool's name.CreateDevicePoolRequest.Builder description(String description)
The device pool's description.
description - The device pool's description.CreateDevicePoolRequest.Builder rules(Collection<Rule> rules)
The device pool's rules.
rules - The device pool's rules.CreateDevicePoolRequest.Builder rules(Rule... rules)
The device pool's rules.
rules - The device pool's rules.CreateDevicePoolRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.