Class DelimitedTextImportOptions
- java.lang.Object
-
- software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DelimitedTextImportOptions.Builder,DelimitedTextImportOptions>
@Generated("software.amazon.awssdk:codegen") public final class DelimitedTextImportOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DelimitedTextImportOptions.Builder,DelimitedTextImportOptions>
An object that contains the options relating to parsing delimited text as part of an import request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDelimitedTextImportOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DelimitedTextImportOptions.Builderbuilder()ImportDataCharacterEncodingdataCharacterEncoding()The encoding of the data in the input file.StringdataCharacterEncodingAsString()The encoding of the data in the input file.Stringdelimiter()The delimiter to use for separating columns in a single row of the input.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanhasHeaderRow()Indicates whether the input file has a header row at the top containing the column names.BooleanignoreEmptyRows()A parameter to indicate whether empty rows should be ignored or be included in the import.List<SdkField<?>>sdkFields()static Class<? extends DelimitedTextImportOptions.Builder>serializableBuilderClass()DelimitedTextImportOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
delimiter
public final String delimiter()
The delimiter to use for separating columns in a single row of the input.
- Returns:
- The delimiter to use for separating columns in a single row of the input.
-
hasHeaderRow
public final Boolean hasHeaderRow()
Indicates whether the input file has a header row at the top containing the column names.
- Returns:
- Indicates whether the input file has a header row at the top containing the column names.
-
ignoreEmptyRows
public final Boolean ignoreEmptyRows()
A parameter to indicate whether empty rows should be ignored or be included in the import.
- Returns:
- A parameter to indicate whether empty rows should be ignored or be included in the import.
-
dataCharacterEncoding
public final ImportDataCharacterEncoding dataCharacterEncoding()
The encoding of the data in the input file.
If the service returns an enum value that is not available in the current SDK version,
dataCharacterEncodingwill returnImportDataCharacterEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataCharacterEncodingAsString().- Returns:
- The encoding of the data in the input file.
- See Also:
ImportDataCharacterEncoding
-
dataCharacterEncodingAsString
public final String dataCharacterEncodingAsString()
The encoding of the data in the input file.
If the service returns an enum value that is not available in the current SDK version,
dataCharacterEncodingwill returnImportDataCharacterEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataCharacterEncodingAsString().- Returns:
- The encoding of the data in the input file.
- See Also:
ImportDataCharacterEncoding
-
toBuilder
public DelimitedTextImportOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DelimitedTextImportOptions.Builder,DelimitedTextImportOptions>
-
builder
public static DelimitedTextImportOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DelimitedTextImportOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-