public static interface UpdateDeviceInstanceRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<UpdateDeviceInstanceRequest.Builder,UpdateDeviceInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDeviceInstanceRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the device instance.
|
UpdateDeviceInstanceRequest.Builder |
labels(Collection<String> labels)
An array of strings that you want to associate with the device instance.
|
UpdateDeviceInstanceRequest.Builder |
labels(String... labels)
An array of strings that you want to associate with the device instance.
|
UpdateDeviceInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateDeviceInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateDeviceInstanceRequest.Builder |
profileArn(String profileArn)
The Amazon Resource Name (ARN) of the profile that you want to associate with the device instance.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateDeviceInstanceRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the device instance.
arn - The Amazon Resource Name (ARN) of the device instance.UpdateDeviceInstanceRequest.Builder profileArn(String profileArn)
The Amazon Resource Name (ARN) of the profile that you want to associate with the device instance.
profileArn - The Amazon Resource Name (ARN) of the profile that you want to associate with the device instance.UpdateDeviceInstanceRequest.Builder labels(Collection<String> labels)
An array of strings that you want to associate with the device instance.
labels - An array of strings that you want to associate with the device instance.UpdateDeviceInstanceRequest.Builder labels(String... labels)
An array of strings that you want to associate with the device instance.
labels - An array of strings that you want to associate with the device instance.UpdateDeviceInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDeviceInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.