Class AnalysisReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.quicksight.AnalysisReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AnalysisReference>
- Enclosing interface:
AnalysisReference
@Stability(Stable)
public static final class AnalysisReference.Builder
extends Object
implements software.amazon.jsii.Builder<AnalysisReference>
A builder for
AnalysisReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisArn(String analysisArn) Sets the value ofAnalysisReference.getAnalysisArn()analysisId(String analysisId) Sets the value ofAnalysisReference.getAnalysisId()awsAccountId(String awsAccountId) Sets the value ofAnalysisReference.getAwsAccountId()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
analysisArn
Sets the value ofAnalysisReference.getAnalysisArn()- Parameters:
analysisArn- The ARN of the Analysis resource. This parameter is required.- Returns:
this
-
analysisId
Sets the value ofAnalysisReference.getAnalysisId()- Parameters:
analysisId- The AnalysisId of the Analysis resource. This parameter is required.- Returns:
this
-
awsAccountId
Sets the value ofAnalysisReference.getAwsAccountId()- Parameters:
awsAccountId- The AwsAccountId of the Analysis resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AnalysisReference>- Returns:
- a new instance of
AnalysisReference - Throws:
NullPointerException- if any required attribute was not provided
-