Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSet.addFieldFoldersEntry(String key,
FieldFolder value)
Add a single FieldFolders entry
|
DataSet |
DataSet.addLogicalTableMapEntry(String key,
LogicalTable value)
Add a single LogicalTableMap entry
|
DataSet |
DataSet.addPhysicalTableMapEntry(String key,
PhysicalTable value)
Add a single PhysicalTableMap entry
|
DataSet |
DataSet.clearFieldFoldersEntries()
Removes all the entries added into FieldFolders.
|
DataSet |
DataSet.clearLogicalTableMapEntries()
Removes all the entries added into LogicalTableMap.
|
DataSet |
DataSet.clearPhysicalTableMapEntries()
Removes all the entries added into PhysicalTableMap.
|
DataSet |
DataSet.clone() |
DataSet |
DescribeDataSetResult.getDataSet()
Information on the dataset.
|
DataSet |
DataSet.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DataSet |
DataSet.withColumnGroups(Collection<ColumnGroup> columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features.
|
DataSet |
DataSet.withColumnGroups(ColumnGroup... columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features.
|
DataSet |
DataSet.withColumnLevelPermissionRules(Collection<ColumnLevelPermissionRule> columnLevelPermissionRules)
A set of one or more definitions of a
ColumnLevelPermissionRule
. |
DataSet |
DataSet.withColumnLevelPermissionRules(ColumnLevelPermissionRule... columnLevelPermissionRules)
A set of one or more definitions of a
ColumnLevelPermissionRule
. |
DataSet |
DataSet.withConsumedSpiceCapacityInBytes(Long consumedSpiceCapacityInBytes)
The amount of SPICE capacity used by this dataset.
|
DataSet |
DataSet.withCreatedTime(Date createdTime)
The time that this dataset was created.
|
DataSet |
DataSet.withDataSetId(String dataSetId)
The ID of the dataset.
|
DataSet |
DataSet.withDataSetUsageConfiguration(DataSetUsageConfiguration dataSetUsageConfiguration)
The usage configuration to apply to child datasets that reference this dataset as a source.
|
DataSet |
DataSet.withFieldFolders(Map<String,FieldFolder> fieldFolders)
The folder that contains fields and nested subfolders for your dataset.
|
DataSet |
DataSet.withImportMode(DataSetImportMode importMode)
A value that indicates whether you want to import the data into SPICE.
|
DataSet |
DataSet.withImportMode(String importMode)
A value that indicates whether you want to import the data into SPICE.
|
DataSet |
DataSet.withLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
|
DataSet |
DataSet.withLogicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
DataSet |
DataSet.withName(String name)
A display name for the dataset.
|
DataSet |
DataSet.withOutputColumns(Collection<OutputColumn> outputColumns)
The list of columns after all transforms.
|
DataSet |
DataSet.withOutputColumns(OutputColumn... outputColumns)
The list of columns after all transforms.
|
DataSet |
DataSet.withPhysicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
DataSet |
DataSet.withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
DataSet |
DataSet.withRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration)
The element you can use to define tags for row-level security.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDataSetResult.setDataSet(DataSet dataSet)
Information on the dataset.
|
DescribeDataSetResult |
DescribeDataSetResult.withDataSet(DataSet dataSet)
Information on the dataset.
|
Copyright © 2022. All rights reserved.