public static interface DataSet.Builder extends SdkPojo, CopyableBuilder<DataSet.Builder,DataSet>
| Modifier and Type | Method and Description |
|---|---|
DataSet.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DataSet.Builder |
columnGroups(Collection<ColumnGroup> columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features.
|
DataSet.Builder |
columnGroups(ColumnGroup... columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features.
|
DataSet.Builder |
columnGroups(Consumer<ColumnGroup.Builder>... columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features.
|
DataSet.Builder |
consumedSpiceCapacityInBytes(Long consumedSpiceCapacityInBytes)
The amount of SPICE capacity used by this dataset.
|
DataSet.Builder |
createdTime(Instant createdTime)
The time that this dataset was created.
|
DataSet.Builder |
dataSetId(String dataSetId)
The ID of the dataset.
|
DataSet.Builder |
importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
DataSet.Builder |
importMode(String importMode)
Indicates whether you want to import the data into SPICE.
|
DataSet.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dataset was updated.
|
DataSet.Builder |
logicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
DataSet.Builder |
name(String name)
A display name for the dataset.
|
DataSet.Builder |
outputColumns(Collection<OutputColumn> outputColumns)
The list of columns after all transforms.
|
DataSet.Builder |
outputColumns(Consumer<OutputColumn.Builder>... outputColumns)
The list of columns after all transforms.
|
DataSet.Builder |
outputColumns(OutputColumn... outputColumns)
The list of columns after all transforms.
|
DataSet.Builder |
physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
default DataSet.Builder |
rowLevelPermissionDataSet(Consumer<RowLevelPermissionDataSet.Builder> rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
DataSet.Builder |
rowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSet.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn - The Amazon Resource Name (ARN) of the resource.DataSet.Builder dataSetId(String dataSetId)
The ID of the dataset.
dataSetId - The ID of the dataset.DataSet.Builder name(String name)
A display name for the dataset.
name - A display name for the dataset.DataSet.Builder createdTime(Instant createdTime)
The time that this dataset was created.
createdTime - The time that this dataset was created.DataSet.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dataset was updated.
lastUpdatedTime - The last time that this dataset was updated.DataSet.Builder physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
physicalTableMap - Declares the physical tables that are available in the underlying data sources.DataSet.Builder logicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
logicalTableMap - Configures the combination and transformation of the data from the physical tables.DataSet.Builder outputColumns(Collection<OutputColumn> outputColumns)
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
outputColumns - The list of columns after all transforms. These columns are available in templates, analyses, and
dashboards.DataSet.Builder outputColumns(OutputColumn... outputColumns)
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
outputColumns - The list of columns after all transforms. These columns are available in templates, analyses, and
dashboards.DataSet.Builder outputColumns(Consumer<OutputColumn.Builder>... outputColumns)
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #outputColumns(List) .outputColumns - a consumer that will call methods on List.Builder #outputColumns(List) DataSet.Builder importMode(String importMode)
Indicates whether you want to import the data into SPICE.
importMode - Indicates whether you want to import the data into SPICE.DataSetImportMode,
DataSetImportModeDataSet.Builder importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
importMode - Indicates whether you want to import the data into SPICE.DataSetImportMode,
DataSetImportModeDataSet.Builder consumedSpiceCapacityInBytes(Long consumedSpiceCapacityInBytes)
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
consumedSpiceCapacityInBytes - The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.DataSet.Builder columnGroups(Collection<ColumnGroup> columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
columnGroups - Groupings of columns that work together in certain Amazon QuickSight features. Currently, only
geospatial hierarchy is supported.DataSet.Builder columnGroups(ColumnGroup... columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
columnGroups - Groupings of columns that work together in certain Amazon QuickSight features. Currently, only
geospatial hierarchy is supported.DataSet.Builder columnGroups(Consumer<ColumnGroup.Builder>... columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #columnGroups(List) .columnGroups - a consumer that will call methods on List.Builder #columnGroups(List) DataSet.Builder rowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
rowLevelPermissionDataSet - The row-level security configuration for the dataset.default DataSet.Builder rowLevelPermissionDataSet(Consumer<RowLevelPermissionDataSet.Builder> rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
This is a convenience that creates an instance of theRowLevelPermissionDataSet.Builder avoiding the
need to create one manually via RowLevelPermissionDataSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to rowLevelPermissionDataSet(RowLevelPermissionDataSet).rowLevelPermissionDataSet - a consumer that will call methods on RowLevelPermissionDataSet.BuilderrowLevelPermissionDataSet(RowLevelPermissionDataSet)Copyright © 2020. All rights reserved.