Interface SourceDataColumnProperties.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceDataColumnProperties.Builder,,SourceDataColumnProperties> SdkBuilder<SourceDataColumnProperties.Builder,,SourceDataColumnProperties> SdkPojo
- Enclosing class:
SourceDataColumnProperties
public static interface SourceDataColumnProperties.Builder
extends SdkPojo, CopyableBuilder<SourceDataColumnProperties.Builder,SourceDataColumnProperties>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnIndex(Integer columnIndex) The index of the column in the input file.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
-
columnIndex
The index of the column in the input file.
- Parameters:
columnIndex- The index of the column in the input file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-