| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static KxSavedownStorageConfiguration.Builder |
KxSavedownStorageConfiguration.builder() |
KxSavedownStorageConfiguration.Builder |
KxSavedownStorageConfiguration.Builder.size(Integer size)
The size of temporary storage in gibibytes.
|
KxSavedownStorageConfiguration.Builder |
KxSavedownStorageConfiguration.toBuilder() |
KxSavedownStorageConfiguration.Builder |
KxSavedownStorageConfiguration.Builder.type(KxSavedownStorageType type)
The type of writeable storage space for temporarily storing your savedown data.
|
KxSavedownStorageConfiguration.Builder |
KxSavedownStorageConfiguration.Builder.type(String type)
The type of writeable storage space for temporarily storing your savedown data.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KxSavedownStorageConfiguration.Builder> |
KxSavedownStorageConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetKxClusterResponse.Builder |
GetKxClusterResponse.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 CreateKxClusterRequest.Builder |
CreateKxClusterRequest.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.Builder |
CreateKxClusterResponse.Builder.savedownStorageConfiguration(Consumer<KxSavedownStorageConfiguration.Builder> savedownStorageConfiguration)
The size and type of the temporary storage that is used to hold data during the savedown process.
|
Copyright © 2023. All rights reserved.