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