static UpdateDashboardResponse.Builder |
UpdateDashboardResponse.builder() |
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The timestamp that shows when the dashboard was created.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.dashboardArn(String dashboardArn) |
The ARN for the dashboard.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.name(String name) |
The name for the dashboard.
|
default UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.refreshSchedule(Consumer<RefreshSchedule.Builder> refreshSchedule) |
The refresh schedule for the dashboard, if configured.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.refreshSchedule(RefreshSchedule refreshSchedule) |
The refresh schedule for the dashboard, if configured.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled) |
Indicates whether termination protection is enabled for the dashboard.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.toBuilder() |
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.type(String type) |
The type of dashboard.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.type(DashboardType type) |
The type of dashboard.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.updatedTimestamp(Instant updatedTimestamp) |
The timestamp that shows when the dashboard was updated.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.widgets(Collection<Widget> widgets) |
An array of widgets for the dashboard.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.widgets(Consumer<Widget.Builder>... widgets) |
An array of widgets for the dashboard.
|
UpdateDashboardResponse.Builder |
UpdateDashboardResponse.Builder.widgets(Widget... widgets) |
An array of widgets for the dashboard.
|