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