Class CfnDLPSetting.ProviderConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDLPSetting.ProviderConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDLPSetting.ProviderConfigProperty>
- Enclosing interface:
CfnDLPSetting.ProviderConfigProperty
@Stability(Stable)
public static final class CfnDLPSetting.ProviderConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDLPSetting.ProviderConfigProperty>
A builder for
CfnDLPSetting.ProviderConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.microsoftPurview(IResolvable microsoftPurview) Sets the value ofCfnDLPSetting.ProviderConfigProperty.getMicrosoftPurview()microsoftPurview(CfnDLPSetting.MicrosoftPurviewProviderConfigProperty microsoftPurview) Sets the value ofCfnDLPSetting.ProviderConfigProperty.getMicrosoftPurview()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
microsoftPurview
@Stability(Stable) public CfnDLPSetting.ProviderConfigProperty.Builder microsoftPurview(IResolvable microsoftPurview) Sets the value ofCfnDLPSetting.ProviderConfigProperty.getMicrosoftPurview()- Parameters:
microsoftPurview- the value to be set. This parameter is required.- Returns:
this
-
microsoftPurview
@Stability(Stable) public CfnDLPSetting.ProviderConfigProperty.Builder microsoftPurview(CfnDLPSetting.MicrosoftPurviewProviderConfigProperty microsoftPurview) Sets the value ofCfnDLPSetting.ProviderConfigProperty.getMicrosoftPurview()- Parameters:
microsoftPurview- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDLPSetting.ProviderConfigProperty>- Returns:
- a new instance of
CfnDLPSetting.ProviderConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-