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