Package | Description |
---|---|
software.amazon.awssdk.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DashboardVersion.Builder |
DashboardVersion.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
static DashboardVersion.Builder |
DashboardVersion.builder() |
DashboardVersion.Builder |
DashboardVersion.Builder.createdTime(Instant createdTime)
The time that this dashboard version was created.
|
DashboardVersion.Builder |
DashboardVersion.Builder.dataSetArns(Collection<String> dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
|
DashboardVersion.Builder |
DashboardVersion.Builder.dataSetArns(String... dataSetArns)
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
|
DashboardVersion.Builder |
DashboardVersion.Builder.description(String description)
Description.
|
DashboardVersion.Builder |
DashboardVersion.Builder.errors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
|
DashboardVersion.Builder |
DashboardVersion.Builder.errors(Consumer<DashboardError.Builder>... errors)
Errors associated with this dashboard version.
|
DashboardVersion.Builder |
DashboardVersion.Builder.errors(DashboardError... errors)
Errors associated with this dashboard version.
|
DashboardVersion.Builder |
DashboardVersion.Builder.sourceEntityArn(String sourceEntityArn)
Source entity ARN.
|
DashboardVersion.Builder |
DashboardVersion.Builder.status(ResourceStatus status)
The HTTP status of the request.
|
DashboardVersion.Builder |
DashboardVersion.Builder.status(String status)
The HTTP status of the request.
|
DashboardVersion.Builder |
DashboardVersion.Builder.themeArn(String themeArn)
The ARN of the theme associated with a version of the dashboard.
|
DashboardVersion.Builder |
DashboardVersion.toBuilder() |
DashboardVersion.Builder |
DashboardVersion.Builder.versionNumber(Long versionNumber)
Version number for this version of the dashboard.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends DashboardVersion.Builder> |
DashboardVersion.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default Dashboard.Builder |
Dashboard.Builder.version(Consumer<DashboardVersion.Builder> version)
Version.
|
Copyright © 2020. All rights reserved.