Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
S3Source |
S3Source.clone() |
S3Source |
PhysicalTable.getS3Source()
A physical table type for as S3 data source.
|
S3Source |
S3Source.withDataSourceArn(String dataSourceArn)
The Amazon Resource Name (ARN) for the data source.
|
S3Source |
S3Source.withInputColumns(Collection<InputColumn> inputColumns)
A physical table type for an S3 data source.
|
S3Source |
S3Source.withInputColumns(InputColumn... inputColumns)
A physical table type for an S3 data source.
|
S3Source |
S3Source.withUploadSettings(UploadSettings uploadSettings)
Information about the format for the S3 source file or files.
|
Modifier and Type | Method and Description |
---|---|
void |
PhysicalTable.setS3Source(S3Source s3Source)
A physical table type for as S3 data source.
|
PhysicalTable |
PhysicalTable.withS3Source(S3Source s3Source)
A physical table type for as S3 data source.
|
Copyright © 2023. All rights reserved.