public static interface PutDashboardRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<PutDashboardRequest.Builder,PutDashboardRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDashboardRequest.Builder |
dashboardBody(String dashboardBody)
The detailed information about the dashboard in JSON format, including the widgets to include and their
location on the dashboard.
|
PutDashboardRequest.Builder |
dashboardName(String dashboardName)
The name of the dashboard.
|
PutDashboardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDashboardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDashboardRequest.Builder dashboardName(String dashboardName)
The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, "-", and "_". This parameter is required.
dashboardName - The name of the dashboard. If a dashboard with this name already exists, this call modifies that
dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length
is 255, and valid characters are A-Z, a-z, 0-9, "-", and "_". This parameter is required.PutDashboardRequest.Builder dashboardBody(String dashboardBody)
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard. This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax.
dashboardBody - The detailed information about the dashboard in JSON format, including the widgets to include and
their location on the dashboard. This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax.
PutDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.