Uses of Interface
software.amazon.awssdk.services.devicefarm.model.DeviceInstance.Builder
-
Packages that use DeviceInstance.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DeviceInstance.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DeviceInstance.Builder Modifier and Type Method Description DeviceInstance.BuilderDeviceInstance.Builder. arn(String arn)The Amazon Resource Name (ARN) of the device instance.static DeviceInstance.BuilderDeviceInstance. builder()DeviceInstance.BuilderDeviceInstance.Builder. deviceArn(String deviceArn)The ARN of the device.default DeviceInstance.BuilderDeviceInstance.Builder. instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)A object that contains information about the instance profile.DeviceInstance.BuilderDeviceInstance.Builder. instanceProfile(InstanceProfile instanceProfile)A object that contains information about the instance profile.DeviceInstance.BuilderDeviceInstance.Builder. labels(String... labels)An array of strings that describe the device instance.DeviceInstance.BuilderDeviceInstance.Builder. labels(Collection<String> labels)An array of strings that describe the device instance.DeviceInstance.BuilderDeviceInstance.Builder. status(String status)The status of the device instance.DeviceInstance.BuilderDeviceInstance.Builder. status(InstanceStatus status)The status of the device instance.DeviceInstance.BuilderDeviceInstance. toBuilder()DeviceInstance.BuilderDeviceInstance.Builder. udid(String udid)Unique device identifier for the device instance.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type DeviceInstance.Builder Modifier and Type Method Description static Class<? extends DeviceInstance.Builder>DeviceInstance. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type DeviceInstance.Builder Modifier and Type Method Description default GetDeviceInstanceResponse.BuilderGetDeviceInstanceResponse.Builder. deviceInstance(Consumer<DeviceInstance.Builder> deviceInstance)An object that contains information about your device instance.default UpdateDeviceInstanceResponse.BuilderUpdateDeviceInstanceResponse.Builder. deviceInstance(Consumer<DeviceInstance.Builder> deviceInstance)An object that contains information about your device instance.
-