public static interface CreateDashboardRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateDashboardRequest.Builder,CreateDashboardRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDashboardRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
CreateDashboardRequest.Builder |
dashboardDefinition(String dashboardDefinition)
The dashboard definition specified in a JSON literal.
|
CreateDashboardRequest.Builder |
dashboardDescription(String dashboardDescription)
A description for the dashboard.
|
CreateDashboardRequest.Builder |
dashboardName(String dashboardName)
A friendly name for the dashboard.
|
CreateDashboardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDashboardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDashboardRequest.Builder |
projectId(String projectId)
The ID of the project in which to create the dashboard.
|
CreateDashboardRequest.Builder |
tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the dashboard.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDashboardRequest.Builder projectId(String projectId)
The ID of the project in which to create the dashboard.
projectId - The ID of the project in which to create the dashboard.CreateDashboardRequest.Builder dashboardName(String dashboardName)
A friendly name for the dashboard.
dashboardName - A friendly name for the dashboard.CreateDashboardRequest.Builder dashboardDescription(String dashboardDescription)
A description for the dashboard.
dashboardDescription - A description for the dashboard.CreateDashboardRequest.Builder dashboardDefinition(String dashboardDefinition)
The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
dashboardDefinition - The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.CreateDashboardRequest.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.CreateDashboardRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.
tags - A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your IoT
SiteWise resources in the IoT SiteWise User Guide.CreateDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.