Class DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.guardduty.events.DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem>
- Enclosing interface:
DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem
@Stability(Experimental)
public static final class DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder
extends Object
implements software.amazon.jsii.Builder<DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofDetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.getHash()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileName
@Stability(Experimental) public DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder fileName(List<String> fileName) - Parameters:
fileName- fileName property. Specify an array of string values to match this event if the actual value of fileName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
filePath
@Stability(Experimental) public DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder filePath(List<String> filePath) - Parameters:
filePath- filePath property. Specify an array of string values to match this event if the actual value of filePath is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
hash
@Stability(Experimental) public DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder hash(List<String> hash) Sets the value ofDetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.getHash()- Parameters:
hash- hash property. Specify an array of string values to match this event if the actual value of hash is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
volumeArn
@Stability(Experimental) public DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder volumeArn(List<String> volumeArn) - Parameters:
volumeArn- volumeArn property. Specify an array of string values to match this event if the actual value of volumeArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem>- Returns:
- a new instance of
DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem - Throws:
NullPointerException- if any required attribute was not provided
-