Interface KxDatabaseCacheConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KxDatabaseCacheConfiguration.Builder,,KxDatabaseCacheConfiguration> SdkBuilder<KxDatabaseCacheConfiguration.Builder,,KxDatabaseCacheConfiguration> SdkPojo
- Enclosing class:
KxDatabaseCacheConfiguration
public static interface KxDatabaseCacheConfiguration.Builder
extends SdkPojo, CopyableBuilder<KxDatabaseCacheConfiguration.Builder,KxDatabaseCacheConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of disk cache.Specifies the portions of database that will be loaded into the cache for access.dbPaths(Collection<String> dbPaths) Specifies the portions of database that will be loaded into the cache for access.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cacheType
The type of disk cache. This parameter is used to map the database path to cache storage. The valid values are:
-
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
- Parameters:
cacheType- The type of disk cache. This parameter is used to map the database path to cache storage. The valid values are:-
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
dbPaths
Specifies the portions of database that will be loaded into the cache for access.
- Parameters:
dbPaths- Specifies the portions of database that will be loaded into the cache for access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbPaths
Specifies the portions of database that will be loaded into the cache for access.
- Parameters:
dbPaths- Specifies the portions of database that will be loaded into the cache for access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-