Interface SearchDashboardsRequest.Builder

    • Method Detail

      • awsAccountId

        SearchDashboardsRequest.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account that contains the user whose dashboards you're searching for.

        Parameters:
        awsAccountId - The ID of the Amazon Web Services account that contains the user whose dashboards you're searching for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchDashboardsRequest.Builder filters​(Collection<DashboardSearchFilter> filters)

        The filters to apply to the search. Currently, you can search only by user name, for example, "Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]

        Parameters:
        filters - The filters to apply to the search. Currently, you can search only by user name, for example, "Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchDashboardsRequest.Builder filters​(DashboardSearchFilter... filters)

        The filters to apply to the search. Currently, you can search only by user name, for example, "Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]

        Parameters:
        filters - The filters to apply to the search. Currently, you can search only by user name, for example, "Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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

        SearchDashboardsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned per request.

        Parameters:
        maxResults - The maximum number of results to be returned per request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.