public static interface SearchFoldersResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchFoldersResponse.Builder,SearchFoldersResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchFoldersResponse.Builder |
folderSummaryList(Collection<FolderSummary> folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
SearchFoldersResponse.Builder |
folderSummaryList(Consumer<FolderSummary.Builder>... folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
SearchFoldersResponse.Builder |
folderSummaryList(FolderSummary... folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account.
|
SearchFoldersResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
SearchFoldersResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
SearchFoldersResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchFoldersResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.SearchFoldersResponse.Builder folderSummaryList(Collection<FolderSummary> folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
folderSummaryList - A structure that contains all of the folders in the Amazon Web Services account. This structure
provides basic information about the folders.SearchFoldersResponse.Builder folderSummaryList(FolderSummary... folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
folderSummaryList - A structure that contains all of the folders in the Amazon Web Services account. This structure
provides basic information about the folders.SearchFoldersResponse.Builder folderSummaryList(Consumer<FolderSummary.Builder>... folderSummaryList)
A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
This is a convenience method that creates an instance of theFolderSummary.Builder avoiding the need to create
one manually via FolderSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #folderSummaryList(List.
folderSummaryList - a consumer that will call methods on
FolderSummary.Builder#folderSummaryList(java.util.Collection) SearchFoldersResponse.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.SearchFoldersResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.Copyright © 2023. All rights reserved.