Interface TargetOnDeviceService.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TargetOnDeviceService.Builder,TargetOnDeviceService>,SdkBuilder<TargetOnDeviceService.Builder,TargetOnDeviceService>,SdkPojo
- Enclosing class:
- TargetOnDeviceService
public static interface TargetOnDeviceService.Builder extends SdkPojo, CopyableBuilder<TargetOnDeviceService.Builder,TargetOnDeviceService>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetOnDeviceService.BuilderserviceName(String serviceName)Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.TargetOnDeviceService.BuilderserviceName(DeviceServiceName serviceName)Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.TargetOnDeviceService.BuildertransferOption(String transferOption)Specifies whether the data is being imported or exported.TargetOnDeviceService.BuildertransferOption(TransferOption transferOption)Specifies whether the data is being imported or exported.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
serviceName
TargetOnDeviceService.Builder serviceName(String serviceName)
Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
- Parameters:
serviceName- Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceServiceName,DeviceServiceName
-
serviceName
TargetOnDeviceService.Builder serviceName(DeviceServiceName serviceName)
Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
- Parameters:
serviceName- Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceServiceName,DeviceServiceName
-
transferOption
TargetOnDeviceService.Builder transferOption(String transferOption)
Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
- Parameters:
transferOption- Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransferOption,TransferOption
-
transferOption
TargetOnDeviceService.Builder transferOption(TransferOption transferOption)
Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
- Parameters:
transferOption- Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransferOption,TransferOption
-
-