Interface DescribeAnalysisResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAnalysisResponse.Builder,
,DescribeAnalysisResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeAnalysisResponse.Builder,
,DescribeAnalysisResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAnalysisResponse
@Mutable
@NotThreadSafe
public static interface DescribeAnalysisResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisResponse.Builder,DescribeAnalysisResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeAnalysisResponse.Builder
analysis
(Consumer<Analysis.Builder> analysis) A metadata structure that contains summary information for the analysis that you're describing.A metadata structure that contains summary information for the analysis that you're describing.The Amazon Web Services request ID for this operation.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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:
-
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
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.
-