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