Interface StartDashboardRefreshRequest.Builder

  • Method Details

    • dashboardId

      StartDashboardRefreshRequest.Builder dashboardId(String dashboardId)

      The name or ARN of the dashboard.

      Parameters:
      dashboardId - The name or ARN of the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryParameterValues

      StartDashboardRefreshRequest.Builder queryParameterValues(Map<String,String> queryParameterValues)

      The query parameter values for the dashboard

      For custom dashboards, the following query parameters are valid: $StartTime$, $EndTime$, and $Period$.

      For managed dashboards, the following query parameters are valid: $StartTime$, $EndTime$, $Period$, and $EventDataStoreId$. The $EventDataStoreId$ query parameter is required.

      Parameters:
      queryParameterValues - The query parameter values for the dashboard

      For custom dashboards, the following query parameters are valid: $StartTime$, $EndTime$, and $Period$.

      For managed dashboards, the following query parameters are valid: $StartTime$, $EndTime$, $Period$, and $EventDataStoreId$. The $EventDataStoreId$ query parameter is required.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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