public static interface SearchFoldersRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchFoldersRequest.Builder,SearchFoldersRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchFoldersRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
awsAccountId
- The ID for the Amazon Web Services account that contains the folder.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" } ]
.
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" } ]
.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" } ]
.
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" } ]
.SearchFoldersRequest.Builder filters(Consumer<FolderSearchFilter.Builder>... 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" } ]
.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
SearchFoldersRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.SearchFoldersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.SearchFoldersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
SearchFoldersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.