Interface SearchAnalysesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchAnalysesResponse.Builder,SearchAnalysesResponse>,QuickSightResponse.Builder,SdkBuilder<SearchAnalysesResponse.Builder,SearchAnalysesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchAnalysesResponse
public static interface SearchAnalysesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchAnalysesResponse.Builder,SearchAnalysesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchAnalysesResponse.BuilderanalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)Metadata describing the analyses that you searched for.SearchAnalysesResponse.BuilderanalysisSummaryList(Consumer<AnalysisSummary.Builder>... analysisSummaryList)Metadata describing the analyses that you searched for.SearchAnalysesResponse.BuilderanalysisSummaryList(AnalysisSummary... analysisSummaryList)Metadata describing the analyses that you searched for.SearchAnalysesResponse.BuildernextToken(String nextToken)A pagination token that can be used in a subsequent request.SearchAnalysesResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.SearchAnalysesResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
analysisSummaryList
SearchAnalysesResponse.Builder analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
- Parameters:
analysisSummaryList- Metadata describing the analyses that you searched for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisSummaryList
SearchAnalysesResponse.Builder analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing the analyses that you searched for.
- Parameters:
analysisSummaryList- Metadata describing the analyses that you searched for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisSummaryList
SearchAnalysesResponse.Builder analysisSummaryList(Consumer<AnalysisSummary.Builder>... analysisSummaryList)
Metadata describing the analyses that you searched for.
This is a convenience method that creates an instance of theAnalysisSummary.Builderavoiding the need to create one manually viaAnalysisSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#analysisSummaryList(List.) - Parameters:
analysisSummaryList- a consumer that will call methods onAnalysisSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#analysisSummaryList(java.util.Collection)
-
nextToken
SearchAnalysesResponse.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
- Parameters:
nextToken- A pagination token that can be used in a subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SearchAnalysesResponse.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.
-
requestId
SearchAnalysesResponse.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.
-
-