public static interface DescribeAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisResponse.Builder,DescribeAnalysisResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAnalysisResponse.Builder |
analysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
|
default DescribeAnalysisResponse.Builder |
analysis(Consumer<Analysis.Builder> analysis)
A metadata structure that contains summary information for the analysis that you're describing.
|
DescribeAnalysisResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeAnalysisResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnalysisResponse.Builder analysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
analysis - A metadata structure that contains summary information for the analysis that you're describing.default DescribeAnalysisResponse.Builder analysis(Consumer<Analysis.Builder> analysis)
A metadata structure that contains summary information for the analysis that you're describing.
This is a convenience that creates an instance of theAnalysis.Builder avoiding the need to create
one manually via Analysis.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to analysis(Analysis).analysis - a consumer that will call methods on Analysis.Builderanalysis(Analysis)DescribeAnalysisResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeAnalysisResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.