Uses of Interface
software.amazon.awssdk.services.finspace.model.KxSavedownStorageConfiguration.Builder
-
Packages that use KxSavedownStorageConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxSavedownStorageConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxSavedownStorageConfiguration.Builder Modifier and Type Method Description static KxSavedownStorageConfiguration.BuilderKxSavedownStorageConfiguration. builder()KxSavedownStorageConfiguration.BuilderKxSavedownStorageConfiguration.Builder. size(Integer size)The size of temporary storage in gibibytes.KxSavedownStorageConfiguration.BuilderKxSavedownStorageConfiguration. toBuilder()KxSavedownStorageConfiguration.BuilderKxSavedownStorageConfiguration.Builder. type(String type)The type of writeable storage space for temporarily storing your savedown data.KxSavedownStorageConfiguration.BuilderKxSavedownStorageConfiguration.Builder. type(KxSavedownStorageType type)The type of writeable storage space for temporarily storing your savedown data.KxSavedownStorageConfiguration.BuilderKxSavedownStorageConfiguration.Builder. volumeName(String volumeName)The name of the kdb volume that you want to use as writeable save-down storage for clusters.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxSavedownStorageConfiguration.Builder Modifier and Type Method Description static Class<? extends KxSavedownStorageConfiguration.Builder>KxSavedownStorageConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxSavedownStorageConfiguration.Builder Modifier and Type Method Description default CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. savedownStorageConfiguration(Consumer<KxSavedownStorageConfiguration.Builder> savedownStorageConfiguration)The size and type of the temporary storage that is used to hold data during the savedown process.default CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. savedownStorageConfiguration(Consumer<KxSavedownStorageConfiguration.Builder> savedownStorageConfiguration)The size and type of the temporary storage that is used to hold data during the savedown process.default GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. savedownStorageConfiguration(Consumer<KxSavedownStorageConfiguration.Builder> savedownStorageConfiguration)The size and type of the temporary storage that is used to hold data during the savedown process.
-