Interface UpdateDashboardRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDashboardRequest.Builder,UpdateDashboardRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<UpdateDashboardRequest.Builder,UpdateDashboardRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDashboardRequest
public static interface UpdateDashboardRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateDashboardRequest.Builder,UpdateDashboardRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDashboardRequest.BuilderclientToken(String clientToken)A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.UpdateDashboardRequest.BuilderdashboardDefinition(String dashboardDefinition)The new dashboard definition, as specified in a JSON literal.UpdateDashboardRequest.BuilderdashboardDescription(String dashboardDescription)A new description for the dashboard.UpdateDashboardRequest.BuilderdashboardId(String dashboardId)The ID of the dashboard to update.UpdateDashboardRequest.BuilderdashboardName(String dashboardName)A new friendly name for the dashboard.UpdateDashboardRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDashboardRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dashboardId
UpdateDashboardRequest.Builder dashboardId(String dashboardId)
The ID of the dashboard to update.
- Parameters:
dashboardId- The ID of the dashboard to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardName
UpdateDashboardRequest.Builder dashboardName(String dashboardName)
A new friendly name for the dashboard.
- Parameters:
dashboardName- A new friendly name for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardDescription
UpdateDashboardRequest.Builder dashboardDescription(String dashboardDescription)
A new description for the dashboard.
- Parameters:
dashboardDescription- A new description for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardDefinition
UpdateDashboardRequest.Builder dashboardDefinition(String dashboardDefinition)
The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
- Parameters:
dashboardDefinition- The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-