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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceDataColumnProperties.BuildercolumnIndex(Integer columnIndex)The index of the column in the input file.-
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
-
columnIndex
SourceDataColumnProperties.Builder columnIndex(Integer 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.
-
-