| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardVersion |
DashboardVersion.clone() |
DashboardVersion |
Dashboard.getVersion()
Version.
|
DashboardVersion |
DashboardVersion.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DashboardVersion |
DashboardVersion.withCreatedTime(Date createdTime)
The time that this dashboard version was created.
|
DashboardVersion |
DashboardVersion.withDataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
|
DashboardVersion |
DashboardVersion.withDataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
|
DashboardVersion |
DashboardVersion.withDescription(String description)
Description.
|
DashboardVersion |
DashboardVersion.withErrors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
DashboardVersion |
DashboardVersion.withErrors(DashboardError... errors)
Errors associated with this dashboard version.
|
DashboardVersion |
DashboardVersion.withSheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
DashboardVersion |
DashboardVersion.withSheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
DashboardVersion |
DashboardVersion.withSourceEntityArn(String sourceEntityArn)
Source entity ARN.
|
DashboardVersion |
DashboardVersion.withStatus(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersion |
DashboardVersion.withStatus(String status)
The HTTP status of the request.
|
DashboardVersion |
DashboardVersion.withThemeArn(String themeArn)
The ARN of the theme associated with a version of the dashboard.
|
DashboardVersion |
DashboardVersion.withVersionNumber(Long versionNumber)
Version number for this version of the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dashboard.setVersion(DashboardVersion version)
Version.
|
Dashboard |
Dashboard.withVersion(DashboardVersion version)
Version.
|
Copyright © 2021. All rights reserved.