Interface ListAnalysesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAnalysesResponse.Builder,ListAnalysesResponse>,QuickSightResponse.Builder,SdkBuilder<ListAnalysesResponse.Builder,ListAnalysesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAnalysesResponse
public static interface ListAnalysesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListAnalysesResponse.Builder,ListAnalysesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnalysesResponse.BuilderanalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)Metadata describing each of the analyses that are listed.ListAnalysesResponse.BuilderanalysisSummaryList(Consumer<AnalysisSummary.Builder>... analysisSummaryList)Metadata describing each of the analyses that are listed.ListAnalysesResponse.BuilderanalysisSummaryList(AnalysisSummary... analysisSummaryList)Metadata describing each of the analyses that are listed.ListAnalysesResponse.BuildernextToken(String nextToken)A pagination token that can be used in a subsequent request.ListAnalysesResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListAnalysesResponse.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
ListAnalysesResponse.Builder analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
- Parameters:
analysisSummaryList- Metadata describing each of the analyses that are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisSummaryList
ListAnalysesResponse.Builder analysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing each of the analyses that are listed.
- Parameters:
analysisSummaryList- Metadata describing each of the analyses that are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisSummaryList
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.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
ListAnalysesResponse.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
ListAnalysesResponse.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
ListAnalysesResponse.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.
-
-