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