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