Class CfnDLPSettingMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDLPSettingMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDLPSettingMixinProps>
- Enclosing interface:
CfnDLPSettingMixinProps
@Stability(Stable)
public static final class CfnDLPSettingMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDLPSettingMixinProps>
A builder for
CfnDLPSettingMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) Sets the value ofCfnDLPSettingMixinProps.getAwsAccountId()build()Builds the configured instance.dlpSettingId(String dlpSettingId) Sets the value ofCfnDLPSettingMixinProps.getDlpSettingId()Sets the value ofCfnDLPSettingMixinProps.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnDLPSettingMixinProps.getEnabled()Sets the value ofCfnDLPSettingMixinProps.getName()providerConfig(CfnDLPSettingPropsMixin.ProviderConfigProperty providerConfig) Sets the value ofCfnDLPSettingMixinProps.getProviderConfig()providerConfig(IResolvable providerConfig) Sets the value ofCfnDLPSettingMixinProps.getProviderConfig()providerOutageAction(String providerOutageAction) Sets the value ofCfnDLPSettingMixinProps.getProviderOutageAction()providerType(String providerType) Sets the value ofCfnDLPSettingMixinProps.getProviderType()Sets the value ofCfnDLPSettingMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsAccountId
Sets the value ofCfnDLPSettingMixinProps.getAwsAccountId()- Parameters:
awsAccountId- the value to be set.- Returns:
this
-
dlpSettingId
Sets the value ofCfnDLPSettingMixinProps.getDlpSettingId()- Parameters:
dlpSettingId- the value to be set.- Returns:
this
-
enabled
Sets the value ofCfnDLPSettingMixinProps.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
enabled
Sets the value ofCfnDLPSettingMixinProps.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
name
Sets the value ofCfnDLPSettingMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
providerConfig
@Stability(Stable) public CfnDLPSettingMixinProps.Builder providerConfig(IResolvable providerConfig) Sets the value ofCfnDLPSettingMixinProps.getProviderConfig()- Parameters:
providerConfig- the value to be set.- Returns:
this
-
providerConfig
@Stability(Stable) public CfnDLPSettingMixinProps.Builder providerConfig(CfnDLPSettingPropsMixin.ProviderConfigProperty providerConfig) Sets the value ofCfnDLPSettingMixinProps.getProviderConfig()- Parameters:
providerConfig- the value to be set.- Returns:
this
-
providerOutageAction
@Stability(Stable) public CfnDLPSettingMixinProps.Builder providerOutageAction(String providerOutageAction) Sets the value ofCfnDLPSettingMixinProps.getProviderOutageAction()- Parameters:
providerOutageAction- the value to be set.- Returns:
this
-
providerType
Sets the value ofCfnDLPSettingMixinProps.getProviderType()- Parameters:
providerType- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnDLPSettingMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDLPSettingMixinProps>- Returns:
- a new instance of
CfnDLPSettingMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-