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