CopyableBuilder<UpdateDevicePoolRequest.Builder,UpdateDevicePoolRequest>
, SdkBuilder<UpdateDevicePoolRequest.Builder,UpdateDevicePoolRequest>
public static interface UpdateDevicePoolRequest.Builder extends CopyableBuilder<UpdateDevicePoolRequest.Builder,UpdateDevicePoolRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateDevicePoolRequest.Builder |
arn(String arn) |
The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.
|
UpdateDevicePoolRequest.Builder |
description(String description) |
A description of the device pool you wish to update.
|
UpdateDevicePoolRequest.Builder |
name(String name) |
A string representing the name of the device pool you wish to update.
|
UpdateDevicePoolRequest.Builder |
rules(Collection<Rule> rules) |
Represents the rules you wish to modify for the device pool.
|
UpdateDevicePoolRequest.Builder |
rules(Rule... rules) |
Represents the rules you wish to modify for the device pool.
|
copy
apply, build
UpdateDevicePoolRequest.Builder arn(String arn)
The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.
arn
- The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.UpdateDevicePoolRequest.Builder name(String name)
A string representing the name of the device pool you wish to update.
name
- A string representing the name of the device pool you wish to update.UpdateDevicePoolRequest.Builder description(String description)
A description of the device pool you wish to update.
description
- A description of the device pool you wish to update.UpdateDevicePoolRequest.Builder rules(Collection<Rule> rules)
Represents the rules you wish to modify for the device pool. Updating rules is optional; however, if you choose to update rules for your request, the update will replace the existing rules.
rules
- Represents the rules you wish to modify for the device pool. Updating rules is optional; however, if
you choose to update rules for your request, the update will replace the existing rules.UpdateDevicePoolRequest.Builder rules(Rule... rules)
Represents the rules you wish to modify for the device pool. Updating rules is optional; however, if you choose to update rules for your request, the update will replace the existing rules.
NOTE: This method appends the values to the existing list (if any). Use
#setRules(java.util.Collection)
or #withRules(java.util.Collection)
if you want to override
the existing values.
rules
- Represents the rules you wish to modify for the device pool. Updating rules is optional; however, if
you choose to update rules for your request, the update will replace the existing rules.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.