| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
UploadSettings |
UploadSettings.clone() |
UploadSettings |
S3Source.getUploadSettings()
Information about the format for the S3 source file or files.
|
UploadSettings |
UploadSettings.withContainsHeader(Boolean containsHeader)
Whether the file has a header row, or the files each have a header row.
|
UploadSettings |
UploadSettings.withDelimiter(String delimiter)
The delimiter between values in the file.
|
UploadSettings |
UploadSettings.withFormat(FileFormat format)
File format.
|
UploadSettings |
UploadSettings.withFormat(String format)
File format.
|
UploadSettings |
UploadSettings.withStartFromRow(Integer startFromRow)
A row number to start reading data from.
|
UploadSettings |
UploadSettings.withTextQualifier(String textQualifier)
Text qualifier.
|
UploadSettings |
UploadSettings.withTextQualifier(TextQualifier textQualifier)
Text qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3Source.setUploadSettings(UploadSettings uploadSettings)
Information about the format for the S3 source file or files.
|
S3Source |
S3Source.withUploadSettings(UploadSettings uploadSettings)
Information about the format for the S3 source file or files.
|
Copyright © 2023. All rights reserved.