public static interface ListAnalysesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListAnalysesResponse.Builder,ListAnalysesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesResponse.Builder |
analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
ListAnalysesResponse.Builder |
analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
ListAnalysesResponse.Builder |
analysisSummaryList(Consumer<AnalysisSummary.Builder>... analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
ListAnalysesResponse.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListAnalysesResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListAnalysesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnalysesResponse.Builder analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
analysisSummaryList - Metadata describing each of the analyses that are listed.ListAnalysesResponse.Builder analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing each of the analyses that are listed.
analysisSummaryList - Metadata describing each of the analyses that are listed.ListAnalysesResponse.Builder analysisSummaryList(Consumer<AnalysisSummary.Builder>... analysisSummaryList)
Metadata describing each of the analyses that are listed.
This is a convenience method that creates an instance of theAnalysisSummary.Builder avoiding the need to create
one manually via AnalysisSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #analysisSummaryList(List.
analysisSummaryList - a consumer that will call methods on
AnalysisSummary.Builder#analysisSummaryList(java.util.Collection) ListAnalysesResponse.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.ListAnalysesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.ListAnalysesResponse.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.