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