Class DetectorEvents.GuardDutyFinding.Owner.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.guardduty.events.DetectorEvents.GuardDutyFinding.Owner.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DetectorEvents.GuardDutyFinding.Owner>
- Enclosing interface:
DetectorEvents.GuardDutyFinding.Owner
@Stability(Experimental)
public static final class DetectorEvents.GuardDutyFinding.Owner.Builder
extends Object
implements software.amazon.jsii.Builder<DetectorEvents.GuardDutyFinding.Owner>
A builder for
DetectorEvents.GuardDutyFinding.Owner-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofDetectorEvents.GuardDutyFinding.Owner.getId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofDetectorEvents.GuardDutyFinding.Owner.getId()- Parameters:
id- id property. Specify an array of string values to match this event if the actual value of id 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.Owner>- Returns:
- a new instance of
DetectorEvents.GuardDutyFinding.Owner - Throws:
NullPointerException- if any required attribute was not provided
-