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 Amazon Web Services request ID for this operation.
|
DescribeAnalysisResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAnalysisResponse.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.Builder
analysis(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 Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.Copyright © 2021. All rights reserved.