public static interface S3OnDeviceServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<S3OnDeviceServiceConfiguration.Builder,S3OnDeviceServiceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3OnDeviceServiceConfiguration.Builder |
faultTolerance(Integer faultTolerance)
>Fault tolerance level of the cluster.
|
S3OnDeviceServiceConfiguration.Builder |
serviceSize(Integer serviceSize)
Applicable when creating a cluster.
|
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.
|
S3OnDeviceServiceConfiguration.Builder |
storageUnit(StorageUnit storageUnit)
Storage unit.
|
S3OnDeviceServiceConfiguration.Builder |
storageUnit(String storageUnit)
Storage unit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3OnDeviceServiceConfiguration.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.
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.S3OnDeviceServiceConfiguration.Builder storageUnit(String storageUnit)
Storage unit. Currently the only supported unit is TB.
storageUnit - Storage unit. Currently the only supported unit is TB.StorageUnit,
StorageUnitS3OnDeviceServiceConfiguration.Builder storageUnit(StorageUnit storageUnit)
Storage unit. Currently the only supported unit is TB.
storageUnit - Storage unit. Currently the only supported unit is TB.StorageUnit,
StorageUnitS3OnDeviceServiceConfiguration.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.
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.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
StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices service
configuration.
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
StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices
service configuration.Copyright © 2023. All rights reserved.