Interface DescribeAnalysisDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAnalysisDefinitionRequest.Builder,DescribeAnalysisDefinitionRequest>
,QuickSightRequest.Builder
,SdkBuilder<DescribeAnalysisDefinitionRequest.Builder,DescribeAnalysisDefinitionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeAnalysisDefinitionRequest
public static interface DescribeAnalysisDefinitionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisDefinitionRequest.Builder,DescribeAnalysisDefinitionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAnalysisDefinitionRequest.Builder
analysisId(String analysisId)
The ID of the analysis that you're describing.DescribeAnalysisDefinitionRequest.Builder
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis.DescribeAnalysisDefinitionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeAnalysisDefinitionRequest.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
DescribeAnalysisDefinitionRequest.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
DescribeAnalysisDefinitionRequest.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
DescribeAnalysisDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAnalysisDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-