Interface ListDashboardsResponse.Builder

  • Method Details

    • dashboards

      Contains information about dashboards in the account, in the current Region that match the applied filters.

      Parameters:
      dashboards - Contains information about dashboards in the account, in the current Region that match the applied filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboards

      Contains information about dashboards in the account, in the current Region that match the applied filters.

      Parameters:
      dashboards - Contains information about dashboards in the account, in the current Region that match the applied filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboards

      Contains information about dashboards in the account, in the current Region that match the applied filters.

      This is a convenience method that creates an instance of the DashboardDetail.Builder avoiding the need to create one manually via DashboardDetail.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dashboards(List<DashboardDetail>).

      Parameters:
      dashboards - a consumer that will call methods on DashboardDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListDashboardsResponse.Builder nextToken(String nextToken)

      A token you can use to get the next page of dashboard results.

      Parameters:
      nextToken - A token you can use to get the next page of dashboard results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.