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(String... dataSetArns) |
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
|
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.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.sheets(Collection<Sheet> sheets) |
A list of the associated sheets with the unique identifier and name of each sheet.
|
DashboardVersion.Builder |
DashboardVersion.Builder.sheets(Consumer<Sheet.Builder>... sheets) |
A list of the associated sheets with the unique identifier and name of each sheet.
|
DashboardVersion.Builder |
DashboardVersion.Builder.sheets(Sheet... sheets) |
A list of the associated sheets with the unique identifier and name of each sheet.
|
DashboardVersion.Builder |
DashboardVersion.Builder.sourceEntityArn(String sourceEntityArn) |
Source entity ARN.
|
DashboardVersion.Builder |
DashboardVersion.Builder.status(String status) |
The HTTP status of the request.
|
DashboardVersion.Builder |
DashboardVersion.Builder.status(ResourceStatus 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.
|