| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataSetSummary |
DataSetSummary.clone() |
DataSetSummary |
DataSetSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
DataSetSummary |
DataSetSummary.withCreatedTime(Date createdTime)
The time that this dataset was created.
|
DataSetSummary |
DataSetSummary.withDataSetId(String dataSetId)
The ID of the dataset.
|
DataSetSummary |
DataSetSummary.withImportMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
DataSetSummary |
DataSetSummary.withImportMode(String importMode)
Indicates whether you want to import the data into SPICE.
|
DataSetSummary |
DataSetSummary.withLastUpdatedTime(Date lastUpdatedTime)
The last time that this dataset was updated.
|
DataSetSummary |
DataSetSummary.withName(String name)
A display name for the dataset.
|
DataSetSummary |
DataSetSummary.withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSetSummary> |
ListDataSetsResult.getDataSetSummaries()
The list of dataset summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResult |
ListDataSetsResult.withDataSetSummaries(DataSetSummary... dataSetSummaries)
The list of dataset summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSetsResult.setDataSetSummaries(Collection<DataSetSummary> dataSetSummaries)
The list of dataset summaries.
|
ListDataSetsResult |
ListDataSetsResult.withDataSetSummaries(Collection<DataSetSummary> dataSetSummaries)
The list of dataset summaries.
|
Copyright © 2020. All rights reserved.