Interface TGWOnDeviceServiceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TGWOnDeviceServiceConfiguration.Builder,TGWOnDeviceServiceConfiguration>,SdkBuilder<TGWOnDeviceServiceConfiguration.Builder,TGWOnDeviceServiceConfiguration>,SdkPojo
- Enclosing class:
- TGWOnDeviceServiceConfiguration
public static interface TGWOnDeviceServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<TGWOnDeviceServiceConfiguration.Builder,TGWOnDeviceServiceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TGWOnDeviceServiceConfiguration.BuilderstorageLimit(Integer storageLimit)The maximum number of virtual tapes to store on one Snow Family device.TGWOnDeviceServiceConfiguration.BuilderstorageUnit(String storageUnit)The scale unit of the virtual tapes on the device.TGWOnDeviceServiceConfiguration.BuilderstorageUnit(StorageUnit storageUnit)The scale unit of the virtual tapes on the device.-
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
-
storageLimit
TGWOnDeviceServiceConfiguration.Builder storageLimit(Integer storageLimit)
The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.
- Parameters:
storageLimit- The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageUnit
TGWOnDeviceServiceConfiguration.Builder storageUnit(String storageUnit)
The scale unit of the virtual tapes on the device.
- Parameters:
storageUnit- The scale unit of the virtual tapes on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageUnit,StorageUnit
-
storageUnit
TGWOnDeviceServiceConfiguration.Builder storageUnit(StorageUnit storageUnit)
The scale unit of the virtual tapes on the device.
- Parameters:
storageUnit- The scale unit of the virtual tapes on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageUnit,StorageUnit
-
-