Class GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.guardduty.events.GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails>
- Enclosing interface:
GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails
@Stability(Experimental)
public static final class GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails.Builder
extends Object
implements software.amazon.jsii.Builder<GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketName(List<String> bucketName) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Experimental) public GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails.Builder bucketName(List<String> bucketName) - Parameters:
bucketName- bucketName property. Specify an array of string values to match this event if the actual value of bucketName 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 GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails>- Returns:
- a new instance of
GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails - Throws:
NullPointerException- if any required attribute was not provided
-