Class GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.guardduty.events.GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails>
- Enclosing interface:
GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails
@Stability(Experimental)
public static final class GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder
extends Object
implements software.amazon.jsii.Builder<GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketName(List<String> bucketName) build()Builds the configured instance.Sets the value ofGuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.getETag()s3Throttled(List<String> s3Throttled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Experimental) public GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.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
-
eTag
@Stability(Experimental) public GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder eTag(List<String> eTag) Sets the value ofGuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.getETag()- Parameters:
eTag- eTag property. Specify an array of string values to match this event if the actual value of eTag is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
objectKey
@Stability(Experimental) public GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder objectKey(List<String> objectKey) - Parameters:
objectKey- objectKey property. Specify an array of string values to match this event if the actual value of objectKey is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
s3Throttled
@Stability(Experimental) public GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder s3Throttled(List<String> s3Throttled) - Parameters:
s3Throttled- s3Throttled property. Specify an array of string values to match this event if the actual value of s3Throttled is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
versionId
@Stability(Experimental) public GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder versionId(List<String> versionId) - Parameters:
versionId- versionId property. Specify an array of string values to match this event if the actual value of versionId 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<GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails>- Returns:
- a new instance of
GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails - Throws:
NullPointerException- if any required attribute was not provided
-