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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateDeviceInstanceRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateDeviceInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.