Class DetectorEvents.GuardDutyFinding.EbsVolumeDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.guardduty.events.DetectorEvents.GuardDutyFinding.EbsVolumeDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DetectorEvents.GuardDutyFinding.EbsVolumeDetails>
- Enclosing interface:
DetectorEvents.GuardDutyFinding.EbsVolumeDetails
@Stability(Experimental)
public static final class DetectorEvents.GuardDutyFinding.EbsVolumeDetails.Builder
extends Object
implements software.amazon.jsii.Builder<DetectorEvents.GuardDutyFinding.EbsVolumeDetails>
A builder for
DetectorEvents.GuardDutyFinding.EbsVolumeDetails-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.scannedVolumeDetails(List<? extends DetectorEvents.GuardDutyFinding.EbsVolumeDetailsItem> scannedVolumeDetails) skippedVolumeDetails(List<String> skippedVolumeDetails)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scannedVolumeDetails
@Stability(Experimental) public DetectorEvents.GuardDutyFinding.EbsVolumeDetails.Builder scannedVolumeDetails(List<? extends DetectorEvents.GuardDutyFinding.EbsVolumeDetailsItem> scannedVolumeDetails) - Parameters:
scannedVolumeDetails- scannedVolumeDetails property. Specify an array of string values to match this event if the actual value of scannedVolumeDetails is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
skippedVolumeDetails
@Stability(Experimental) public DetectorEvents.GuardDutyFinding.EbsVolumeDetails.Builder skippedVolumeDetails(List<String> skippedVolumeDetails) - Parameters:
skippedVolumeDetails- skippedVolumeDetails property. Specify an array of string values to match this event if the actual value of skippedVolumeDetails 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.EbsVolumeDetails>- Returns:
- a new instance of
DetectorEvents.GuardDutyFinding.EbsVolumeDetails - Throws:
NullPointerException- if any required attribute was not provided
-