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