Interface ListDashboardsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>, QuickSightResponse.Builder, SdkBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListDashboardsResponse

public static interface ListDashboardsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>
  • Method Details

    • dashboardSummaryList

      ListDashboardsResponse.Builder dashboardSummaryList(Collection<DashboardSummary> dashboardSummaryList)

      A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.

      Parameters:
      dashboardSummaryList - A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardSummaryList

      ListDashboardsResponse.Builder dashboardSummaryList(DashboardSummary... dashboardSummaryList)

      A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.

      Parameters:
      dashboardSummaryList - A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardSummaryList

      ListDashboardsResponse.Builder dashboardSummaryList(Consumer<DashboardSummary.Builder>... dashboardSummaryList)

      A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.

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

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

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

      ListDashboardsResponse.Builder nextToken(String nextToken)

      The token for the next set of results, or null if there are no more results.

      Parameters:
      nextToken - The token for the next set of results, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      ListDashboardsResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.