Class DataSetReference.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.DataSetReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataSetReference>
- Enclosing interface:
DataSetReference
@Stability(Stable)
public static final class DataSetReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataSetReference>
A builder for
DataSetReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) Sets the value ofDataSetReference.getAwsAccountId()
build()
Builds the configured instance.dataSetArn
(String dataSetArn) Sets the value ofDataSetReference.getDataSetArn()
Sets the value ofDataSetReference.getDataSetId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsAccountId
Sets the value ofDataSetReference.getAwsAccountId()
- Parameters:
awsAccountId
- The AwsAccountId of the DataSet resource. This parameter is required.- Returns:
this
-
dataSetArn
Sets the value ofDataSetReference.getDataSetArn()
- Parameters:
dataSetArn
- The ARN of the DataSet resource. This parameter is required.- Returns:
this
-
dataSetId
Sets the value ofDataSetReference.getDataSetId()
- Parameters:
dataSetId
- The DataSetId of the DataSet resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<DataSetReference>
- Returns:
- a new instance of
DataSetReference
- Throws:
NullPointerException
- if any required attribute was not provided
-