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