public static interface StorageOptimizer.Builder extends SdkPojo, CopyableBuilder<StorageOptimizer.Builder,StorageOptimizer>
| Modifier and Type | Method and Description |
|---|---|
StorageOptimizer.Builder |
config(Map<String,String> config)
A map of the storage optimizer configuration.
|
StorageOptimizer.Builder |
errorMessage(String errorMessage)
A message that contains information about any error (if present).
|
StorageOptimizer.Builder |
lastRunDetails(String lastRunDetails)
When an acceleration result has an enabled status, contains the details of the last job run.
|
StorageOptimizer.Builder |
storageOptimizerType(OptimizerType storageOptimizerType)
The specific type of storage optimizer.
|
StorageOptimizer.Builder |
storageOptimizerType(String storageOptimizerType)
The specific type of storage optimizer.
|
StorageOptimizer.Builder |
warnings(String warnings)
A message that contains information about any warnings (if present).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageOptimizer.Builder storageOptimizerType(String storageOptimizerType)
The specific type of storage optimizer. The supported value is compaction.
storageOptimizerType - The specific type of storage optimizer. The supported value is compaction.OptimizerType,
OptimizerTypeStorageOptimizer.Builder storageOptimizerType(OptimizerType storageOptimizerType)
The specific type of storage optimizer. The supported value is compaction.
storageOptimizerType - The specific type of storage optimizer. The supported value is compaction.OptimizerType,
OptimizerTypeStorageOptimizer.Builder config(Map<String,String> config)
A map of the storage optimizer configuration. Currently contains only one key-value pair:
is_enabled indicates true or false for acceleration.
config - A map of the storage optimizer configuration. Currently contains only one key-value pair:
is_enabled indicates true or false for acceleration.StorageOptimizer.Builder errorMessage(String errorMessage)
A message that contains information about any error (if present).
When an acceleration result has an enabled status, the error message is empty.
When an acceleration result has a disabled status, the message describes an error or simply indicates "disabled by the user".
errorMessage - A message that contains information about any error (if present).
When an acceleration result has an enabled status, the error message is empty.
When an acceleration result has a disabled status, the message describes an error or simply indicates "disabled by the user".
StorageOptimizer.Builder warnings(String warnings)
A message that contains information about any warnings (if present).
warnings - A message that contains information about any warnings (if present).StorageOptimizer.Builder lastRunDetails(String lastRunDetails)
When an acceleration result has an enabled status, contains the details of the last job run.
lastRunDetails - When an acceleration result has an enabled status, contains the details of the last job run.Copyright © 2023. All rights reserved.