Class GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.guardduty.events.GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails>
- Enclosing interface:
GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails
@Stability(Experimental)
public static final class GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails.Builder
extends Object
implements software.amazon.jsii.Builder<GuardDutyMalwareProtectionResourceStatusError.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 GuardDutyMalwareProtectionResourceStatusError.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 GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails>- Returns:
- a new instance of
GuardDutyMalwareProtectionResourceStatusError.S3BucketDetails - Throws:
NullPointerException- if any required attribute was not provided
-