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 Details

    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.