Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.StorageMaximumSize.Builder
-
Packages that use StorageMaximumSize.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of StorageMaximumSize.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return StorageMaximumSize.Builder Modifier and Type Method Description static StorageMaximumSize.BuilderStorageMaximumSize. builder()StorageMaximumSize.BuilderStorageMaximumSize. toBuilder()StorageMaximumSize.BuilderStorageMaximumSize.Builder. unit(String unit)The data type of the data to store.StorageMaximumSize.BuilderStorageMaximumSize.Builder. unit(StorageMaximumSizeUnit unit)The data type of the data to store.StorageMaximumSize.BuilderStorageMaximumSize.Builder. value(Integer value)The maximum amount of time to store data.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type StorageMaximumSize.Builder Modifier and Type Method Description static Class<? extends StorageMaximumSize.Builder>StorageMaximumSize. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type StorageMaximumSize.Builder Modifier and Type Method Description default DataPartitionStorageOptions.BuilderDataPartitionStorageOptions.Builder. maximumSize(Consumer<StorageMaximumSize.Builder> maximumSize)The maximum storage size of the data stored in the data partition.
-