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 AWS 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 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) 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 AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.