Uses of Interface
software.amazon.awssdk.services.finspace.model.KxDataviewSegmentConfiguration.Builder
-
Packages that use KxDataviewSegmentConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxDataviewSegmentConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxDataviewSegmentConfiguration.Builder Modifier and Type Method Description static KxDataviewSegmentConfiguration.BuilderKxDataviewSegmentConfiguration. builder()KxDataviewSegmentConfiguration.BuilderKxDataviewSegmentConfiguration.Builder. dbPaths(String... dbPaths)The database path of the data that you want to place on each selected volume for the segment.KxDataviewSegmentConfiguration.BuilderKxDataviewSegmentConfiguration.Builder. dbPaths(Collection<String> dbPaths)The database path of the data that you want to place on each selected volume for the segment.KxDataviewSegmentConfiguration.BuilderKxDataviewSegmentConfiguration. toBuilder()KxDataviewSegmentConfiguration.BuilderKxDataviewSegmentConfiguration.Builder. volumeName(String volumeName)The name of the volume where you want to add data.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxDataviewSegmentConfiguration.Builder Modifier and Type Method Description static Class<? extends KxDataviewSegmentConfiguration.Builder>KxDataviewSegmentConfiguration. serializableBuilderClass()
-