Class GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.guardduty.events.GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails>
- Enclosing interface:
GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails
@Stability(Experimental)
public static final class GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails.Builder
extends Object
implements software.amazon.jsii.Builder<GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketName(List<String> bucketName) build()Builds the configured instance.Sets the value ofGuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails.getETag()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Experimental) public GuardDutyMalwareProtectionPostScanActionFailed.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 GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails.Builder eTag(List<String> eTag) Sets the value ofGuardDutyMalwareProtectionPostScanActionFailed.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 GuardDutyMalwareProtectionPostScanActionFailed.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
-
versionId
@Stability(Experimental) public GuardDutyMalwareProtectionPostScanActionFailed.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
@Stability(Experimental) public GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails>- Returns:
- a new instance of
GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails - Throws:
NullPointerException- if any required attribute was not provided
-