Interface S3OnDeviceServiceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3OnDeviceServiceConfiguration.Builder,S3OnDeviceServiceConfiguration>,SdkBuilder<S3OnDeviceServiceConfiguration.Builder,S3OnDeviceServiceConfiguration>,SdkPojo
- Enclosing class:
- S3OnDeviceServiceConfiguration
public static interface S3OnDeviceServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<S3OnDeviceServiceConfiguration.Builder,S3OnDeviceServiceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3OnDeviceServiceConfiguration.BuilderfaultTolerance(Integer faultTolerance)>Fault tolerance level of the cluster.S3OnDeviceServiceConfiguration.BuilderserviceSize(Integer serviceSize)Applicable when creating a cluster.S3OnDeviceServiceConfiguration.BuilderstorageLimit(Double storageLimit)If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used.S3OnDeviceServiceConfiguration.BuilderstorageUnit(String storageUnit)Storage unit.S3OnDeviceServiceConfiguration.BuilderstorageUnit(StorageUnit storageUnit)Storage unit.-
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, sdkFields
-
-
-
-
Method Detail
-
storageLimit
S3OnDeviceServiceConfiguration.Builder storageLimit(Double storageLimit)
If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.
- Parameters:
storageLimit- If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageUnit
S3OnDeviceServiceConfiguration.Builder storageUnit(String storageUnit)
Storage unit. Currently the only supported unit is TB.
- Parameters:
storageUnit- Storage unit. Currently the only supported unit is TB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageUnit,StorageUnit
-
storageUnit
S3OnDeviceServiceConfiguration.Builder storageUnit(StorageUnit storageUnit)
Storage unit. Currently the only supported unit is TB.
- Parameters:
storageUnit- Storage unit. Currently the only supported unit is TB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageUnit,StorageUnit
-
serviceSize
S3OnDeviceServiceConfiguration.Builder serviceSize(Integer serviceSize)
Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.
- Parameters:
serviceSize- Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faultTolerance
S3OnDeviceServiceConfiguration.Builder faultTolerance(Integer faultTolerance)
>Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified
StorageLimitmatches more than one Amazon S3 compatible storage on Snow family devices service configuration.- Parameters:
faultTolerance- >Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specifiedStorageLimitmatches more than one Amazon S3 compatible storage on Snow family devices service configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-