Interface SearchFoldersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchFoldersResponse.Builder,SearchFoldersResponse>,QuickSightResponse.Builder,SdkBuilder<SearchFoldersResponse.Builder,SearchFoldersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchFoldersResponse
@Mutable @NotThreadSafe public static interface SearchFoldersResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchFoldersResponse.Builder,SearchFoldersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchFoldersResponse.BuilderfolderSummaryList(Collection<FolderSummary> folderSummaryList)A structure that contains all of the folders in the Amazon Web Services account.SearchFoldersResponse.BuilderfolderSummaryList(Consumer<FolderSummary.Builder>... folderSummaryList)A structure that contains all of the folders in the Amazon Web Services account.SearchFoldersResponse.BuilderfolderSummaryList(FolderSummary... folderSummaryList)A structure that contains all of the folders in the Amazon Web Services account.SearchFoldersResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.SearchFoldersResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.SearchFoldersResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
SearchFoldersResponse.Builder status(Integer 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.
-
folderSummaryList
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.
- Parameters:
folderSummaryList- A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderSummaryList
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.
- Parameters:
folderSummaryList- A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderSummaryList
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.Builderavoiding the need to create one manually viaFolderSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#folderSummaryList(List.) - Parameters:
folderSummaryList- a consumer that will call methods onFolderSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#folderSummaryList(java.util.Collection)
-
nextToken
SearchFoldersResponse.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.
-
requestId
SearchFoldersResponse.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.
-
-