Interface CreateDashboardRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateDashboardRequest.Builder,CreateDashboardRequest>, IoTSiteWiseRequest.Builder, SdkBuilder<CreateDashboardRequest.Builder,CreateDashboardRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateDashboardRequest

public static interface CreateDashboardRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateDashboardRequest.Builder,CreateDashboardRequest>
  • Method Details

    • projectId

      CreateDashboardRequest.Builder projectId(String projectId)

      The ID of the project in which to create the dashboard.

      Parameters:
      projectId - The ID of the project in which to create the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardName

      CreateDashboardRequest.Builder dashboardName(String dashboardName)

      A friendly name for the dashboard.

      Parameters:
      dashboardName - A friendly name for the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardDescription

      CreateDashboardRequest.Builder dashboardDescription(String dashboardDescription)

      A description for the dashboard.

      Parameters:
      dashboardDescription - A description for the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardDefinition

      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.

      Parameters:
      dashboardDefinition - The dashboard definition 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

      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.

      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.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateDashboardRequest.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.