Interface UpdateDeviceInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDeviceInstanceRequest.Builder,UpdateDeviceInstanceRequest>,DeviceFarmRequest.Builder,SdkBuilder<UpdateDeviceInstanceRequest.Builder,UpdateDeviceInstanceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDeviceInstanceRequest
public static interface UpdateDeviceInstanceRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<UpdateDeviceInstanceRequest.Builder,UpdateDeviceInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDeviceInstanceRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the device instance.UpdateDeviceInstanceRequest.Builderlabels(String... labels)An array of strings that you want to associate with the device instance.UpdateDeviceInstanceRequest.Builderlabels(Collection<String> labels)An array of strings that you want to associate with the device instance.UpdateDeviceInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDeviceInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDeviceInstanceRequest.BuilderprofileArn(String profileArn)The ARN of the profile that you want to associate with the device instance.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
UpdateDeviceInstanceRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the device instance.
- Parameters:
arn- The Amazon Resource Name (ARN) of the device instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
UpdateDeviceInstanceRequest.Builder profileArn(String profileArn)
The ARN of the profile that you want to associate with the device instance.
- Parameters:
profileArn- The ARN of the profile that you want to associate with the device instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
UpdateDeviceInstanceRequest.Builder labels(Collection<String> labels)
An array of strings that you want to associate with the device instance.
- Parameters:
labels- An array of strings that you want to associate with the device instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
UpdateDeviceInstanceRequest.Builder labels(String... labels)
An array of strings that you want to associate with the device instance.
- Parameters:
labels- An array of strings that you want to associate with the device instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDeviceInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDeviceInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-