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