public static interface SearchAnalysesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchAnalysesResponse.Builder,SearchAnalysesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchAnalysesResponse.Builder |
analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing the analyses that you searched for.
|
SearchAnalysesResponse.Builder |
analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
|
SearchAnalysesResponse.Builder |
analysisSummaryList(Consumer<AnalysisSummary.Builder>... analysisSummaryList)
Metadata describing the analyses that you searched for.
|
SearchAnalysesResponse.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
SearchAnalysesResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
SearchAnalysesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAnalysesResponse.Builder analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
analysisSummaryList - Metadata describing the analyses that you searched for.SearchAnalysesResponse.Builder analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing the analyses that you searched for.
analysisSummaryList - Metadata describing the analyses that you searched for.SearchAnalysesResponse.Builder analysisSummaryList(Consumer<AnalysisSummary.Builder>... analysisSummaryList)
Metadata describing the analyses that you searched for.
This is a convenience that creates an instance of theList.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 #analysisSummaryList(List) .analysisSummaryList - a consumer that will call methods on List.Builder #analysisSummaryList(List) SearchAnalysesResponse.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.SearchAnalysesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.SearchAnalysesResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.