Interface DescribeAnalysisRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAnalysisRequest.Builder,DescribeAnalysisRequest>
,QuickSightRequest.Builder
,SdkBuilder<DescribeAnalysisRequest.Builder,DescribeAnalysisRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeAnalysisRequest
public static interface DescribeAnalysisRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisRequest.Builder,DescribeAnalysisRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAnalysisRequest.Builder
analysisId(String analysisId)
The ID of the analysis that you're describing.DescribeAnalysisRequest.Builder
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis.DescribeAnalysisRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeAnalysisRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeAnalysisRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
DescribeAnalysisRequest.Builder analysisId(String analysisId)
The ID of the analysis that you're describing. The ID is part of the URL of the analysis.
- Parameters:
analysisId
- The ID of the analysis that you're describing. The ID is part of the URL of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-