public static interface DescribeAnalysisRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisRequest.Builder,DescribeAnalysisRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAnalysisRequest.Builder |
analysisId(String analysisId)
The ID of the analysis that you're describing.
|
DescribeAnalysisRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account that contains the analysis.
|
DescribeAnalysisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAnalysisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnalysisRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the analysis. You must be using the AWS account that the analysis is in.
awsAccountId - The ID of the AWS account that contains the analysis. You must be using the AWS account that the
analysis is in.DescribeAnalysisRequest.Builder analysisId(String analysisId)
The ID of the analysis that you're describing. The ID is part of the URL of the analysis.
analysisId - The ID of the analysis that you're describing. The ID is part of the URL of the analysis.DescribeAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.