static CreateDashboardResponse.Builder |
CreateDashboardResponse.builder() |
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.dashboardArn(String dashboardArn) |
The ARN for the dashboard.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.name(String name) |
The name of the dashboard.
|
default CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.refreshSchedule(Consumer<RefreshSchedule.Builder> refreshSchedule) |
The refresh schedule for the dashboard, if configured.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.refreshSchedule(RefreshSchedule refreshSchedule) |
The refresh schedule for the dashboard, if configured.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.tagsList(Collection<Tag> tagsList) |
Sets the value of the TagsList property for this object.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.tagsList(Consumer<Tag.Builder>... tagsList) |
Sets the value of the TagsList property for this object.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.tagsList(Tag... tagsList) |
Sets the value of the TagsList property for this object.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled) |
Indicates whether termination protection is enabled for the dashboard.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.toBuilder() |
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.type(String type) |
The dashboard type.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.type(DashboardType type) |
The dashboard type.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.widgets(Collection<Widget> widgets) |
An array of widgets for the dashboard.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.widgets(Consumer<Widget.Builder>... widgets) |
An array of widgets for the dashboard.
|
CreateDashboardResponse.Builder |
CreateDashboardResponse.Builder.widgets(Widget... widgets) |
An array of widgets for the dashboard.
|