Interface SearchFoldersRequest.Builder

    • Method Detail

      • awsAccountId

        SearchFoldersRequest.Builder awsAccountId​(String awsAccountId)

        The ID for the Amazon Web Services account that contains the folder.

        Parameters:
        awsAccountId - The ID for the Amazon Web Services account that contains the folder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchFoldersRequest.Builder filters​(Collection<FolderSearchFilter> filters)

        The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ] .

        Parameters:
        filters - The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ] .
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchFoldersRequest.Builder filters​(FolderSearchFilter... filters)

        The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ] .

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

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

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