| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
DataViewSummary |
DataViewSummary.clone() |
DataViewSummary |
DataViewSummary.withAsOfTimestamp(Long asOfTimestamp)
Time range to use for the Dataview.
|
DataViewSummary |
DataViewSummary.withAutoUpdate(Boolean autoUpdate)
The flag to indicate Dataview should be updated automatically.
|
DataViewSummary |
DataViewSummary.withCreateTime(Long createTime)
The timestamp at which the Dataview was created in FinSpace.
|
DataViewSummary |
DataViewSummary.withDatasetId(String datasetId)
Th unique identifier for the Dataview Dataset.
|
DataViewSummary |
DataViewSummary.withDataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
|
DataViewSummary |
DataViewSummary.withDataViewId(String dataViewId)
The unique identifier for the Dataview.
|
DataViewSummary |
DataViewSummary.withDestinationTypeProperties(DataViewDestinationTypeParams destinationTypeProperties)
Information about the Dataview destination.
|
DataViewSummary |
DataViewSummary.withErrorInfo(DataViewErrorInfo errorInfo)
The structure with error messages.
|
DataViewSummary |
DataViewSummary.withLastModifiedTime(Long lastModifiedTime)
The last time that a Dataview was modified.
|
DataViewSummary |
DataViewSummary.withPartitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
|
DataViewSummary |
DataViewSummary.withPartitionColumns(String... partitionColumns)
Ordered set of column names used to partition data.
|
DataViewSummary |
DataViewSummary.withSortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
|
DataViewSummary |
DataViewSummary.withSortColumns(String... sortColumns)
Columns to be used for sorting the data.
|
DataViewSummary |
DataViewSummary.withStatus(DataViewStatus status)
The status of a Dataview creation.
|
DataViewSummary |
DataViewSummary.withStatus(String status)
The status of a Dataview creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataViewSummary> |
ListDataViewsResult.getDataViews()
A list of Dataviews.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataViewsResult |
ListDataViewsResult.withDataViews(DataViewSummary... dataViews)
A list of Dataviews.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataViewsResult.setDataViews(Collection<DataViewSummary> dataViews)
A list of Dataviews.
|
ListDataViewsResult |
ListDataViewsResult.withDataViews(Collection<DataViewSummary> dataViews)
A list of Dataviews.
|
Copyright © 2024. All rights reserved.