public static interface UpdateDashboardRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateDashboardRequest.Builder,UpdateDashboardRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDashboardRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdateDashboardRequest.Builder |
dashboardDefinition(String dashboardDefinition)
The new dashboard definition, as specified in a JSON literal.
|
UpdateDashboardRequest.Builder |
dashboardDescription(String dashboardDescription)
A new description for the dashboard.
|
UpdateDashboardRequest.Builder |
dashboardId(String dashboardId)
The ID of the dashboard to update.
|
UpdateDashboardRequest.Builder |
dashboardName(String dashboardName)
A new friendly name for the dashboard.
|
UpdateDashboardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDashboardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDashboardRequest.Builder dashboardId(String dashboardId)
The ID of the dashboard to update.
dashboardId - The ID of the dashboard to update.UpdateDashboardRequest.Builder dashboardName(String dashboardName)
A new friendly name for the dashboard.
dashboardName - A new friendly name for the dashboard.UpdateDashboardRequest.Builder dashboardDescription(String dashboardDescription)
A new description for the dashboard.
dashboardDescription - A new description for the dashboard.UpdateDashboardRequest.Builder dashboardDefinition(String dashboardDefinition)
The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.
dashboardDefinition - The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.UpdateDashboardRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Don't reuse this client token if a new idempotent request is required.UpdateDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.