static GetDashboardResponse.Builder |
GetDashboardResponse.builder() |
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The timestamp that shows when the dashboard was created.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.dashboardArn(String dashboardArn) |
The ARN for the dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.lastRefreshFailureReason(String lastRefreshFailureReason) |
Provides information about failures for the last scheduled refresh.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.lastRefreshId(String lastRefreshId) |
The ID of the last dashboard refresh.
|
default GetDashboardResponse.Builder |
GetDashboardResponse.Builder.refreshSchedule(Consumer<RefreshSchedule.Builder> refreshSchedule) |
The refresh schedule for the dashboard, if configured.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.refreshSchedule(RefreshSchedule refreshSchedule) |
The refresh schedule for the dashboard, if configured.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.status(String status) |
The status of the dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.status(DashboardStatus status) |
The status of the dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled) |
Indicates whether termination protection is enabled for the dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.toBuilder() |
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.type(String type) |
The type of dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.type(DashboardType type) |
The type of dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.updatedTimestamp(Instant updatedTimestamp) |
The timestamp that shows when the dashboard was last updated.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.widgets(Collection<Widget> widgets) |
An array of widgets for the dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.widgets(Consumer<Widget.Builder>... widgets) |
An array of widgets for the dashboard.
|
GetDashboardResponse.Builder |
GetDashboardResponse.Builder.widgets(Widget... widgets) |
An array of widgets for the dashboard.
|