@Stability(value=Stable)
public static interface CfnDataSet.UploadSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
UploadSettingsProperty uploadSettingsProperty = UploadSettingsProperty.builder()
.containsHeader(false)
.delimiter("delimiter")
.format("format")
.startFromRow(123)
.textQualifier("textQualifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.UploadSettingsProperty.Builder
A builder for
CfnDataSet.UploadSettingsProperty |
static class |
CfnDataSet.UploadSettingsProperty.Jsii$Proxy
An implementation for
CfnDataSet.UploadSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.UploadSettingsProperty.Builder |
builder() |
default Object |
getContainsHeader()
Whether the file has a header row, or the files each have a header row.
|
default String |
getDelimiter()
The delimiter between values in the file.
|
default String |
getFormat()
File format.
|
default Number |
getStartFromRow()
A row number to start reading data from.
|
default String |
getTextQualifier()
Text qualifier.
|
@Stability(value=Stable) @Nullable default Object getContainsHeader()
@Stability(value=Stable) @Nullable default String getDelimiter()
@Stability(value=Stable) @Nullable default String getFormat()
@Stability(value=Stable) @Nullable default Number getStartFromRow()
@Stability(value=Stable) @Nullable default String getTextQualifier()
@Stability(value=Stable) static CfnDataSet.UploadSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.