Interface DescribeAnalysisResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAnalysisResponse.Builder,DescribeAnalysisResponse>
,QuickSightResponse.Builder
,SdkBuilder<DescribeAnalysisResponse.Builder,DescribeAnalysisResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeAnalysisResponse
public static interface DescribeAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisResponse.Builder,DescribeAnalysisResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAnalysisResponse.Builder
analysis(Consumer<Analysis.Builder> analysis)
A metadata structure that contains summary information for the analysis that you're describing.DescribeAnalysisResponse.Builder
analysis(Analysis 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.-
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
-
analysis
DescribeAnalysisResponse.Builder analysis(Analysis analysis)
A metadata structure that contains summary information for the analysis that you're describing.
- Parameters:
analysis
- A metadata structure that contains summary information for the analysis that you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysis
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 method that creates an instance of theAnalysis.Builder
avoiding the need to create one manually viaAnalysis.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysis(Analysis)
.- Parameters:
analysis
- a consumer that will call methods onAnalysis.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
analysis(Analysis)
-
status
DescribeAnalysisResponse.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
DescribeAnalysisResponse.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.
-
-