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) |
UpdateDeviceInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDeviceInstanceRequest.Builder |
profileArn(String profileArn)
The ARN of the profile that you want to associate with the device instance.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 ARN of the profile that you want to associate with the device instance.
profileArn - The 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateDeviceInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.