Class CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty>
- Enclosing interface:
CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty
@Stability(Stable)
public static final class CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty>
A builder for
CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.getTagging()tagging(IResolvable tagging) Sets the value ofCfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.getTagging()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tagging
@Stability(Stable) public CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.Builder tagging(IResolvable tagging) Sets the value ofCfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.getTagging()- Parameters:
tagging- Contains information about tagging status of the Malware Protection plan resource.- Returns:
this
-
tagging
@Stability(Stable) public CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.Builder tagging(CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty tagging) Sets the value ofCfnMalwareProtectionPlanPropsMixin.CFNActionsProperty.getTagging()- Parameters:
tagging- Contains information about tagging status of the Malware Protection plan resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty>- Returns:
- a new instance of
CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-