@Generated(value="software.amazon.awssdk:codegen") public final class SourceDataColumnProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceDataColumnProperties.Builder,SourceDataColumnProperties>
An object that contains the properties for importing data to a specific column in a table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceDataColumnProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceDataColumnProperties.Builder |
builder() |
Integer |
columnIndex()
The index of the column in the input file.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceDataColumnProperties.Builder> |
serializableBuilderClass() |
SourceDataColumnProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer columnIndex()
The index of the column in the input file.
public SourceDataColumnProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceDataColumnProperties.Builder,SourceDataColumnProperties>public static SourceDataColumnProperties.Builder builder()
public static Class<? extends SourceDataColumnProperties.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.