Interface KxDataviewSegmentConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KxDataviewSegmentConfiguration.Builder,KxDataviewSegmentConfiguration>,SdkBuilder<KxDataviewSegmentConfiguration.Builder,KxDataviewSegmentConfiguration>,SdkPojo
- Enclosing class:
- KxDataviewSegmentConfiguration
public static interface KxDataviewSegmentConfiguration.Builder extends SdkPojo, CopyableBuilder<KxDataviewSegmentConfiguration.Builder,KxDataviewSegmentConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KxDataviewSegmentConfiguration.BuilderdbPaths(String... dbPaths)The database path of the data that you want to place on each selected volume for the segment.KxDataviewSegmentConfiguration.BuilderdbPaths(Collection<String> dbPaths)The database path of the data that you want to place on each selected volume for the segment.KxDataviewSegmentConfiguration.BuildervolumeName(String volumeName)The name of the volume where you want to add data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dbPaths
KxDataviewSegmentConfiguration.Builder dbPaths(Collection<String> dbPaths)
The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.
- Parameters:
dbPaths- The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbPaths
KxDataviewSegmentConfiguration.Builder dbPaths(String... dbPaths)
The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.
- Parameters:
dbPaths- The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeName
KxDataviewSegmentConfiguration.Builder volumeName(String volumeName)
The name of the volume where you want to add data.
- Parameters:
volumeName- The name of the volume where you want to add data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-