Class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig>
- Enclosing interface:
DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig
@Stability(Experimental)
public static final class DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig.Builder
extends Object
implements software.amazon.jsii.Builder<DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Experimental) public DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig.Builder kmsKeyId(List<String> kmsKeyId) Sets the value ofDomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig.getKmsKeyId()- Parameters:
kmsKeyId- kmsKeyId property. Specify an array of string values to match this event if the actual value of kmsKeyId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
s3Uri
@Stability(Experimental) public DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig.Builder s3Uri(List<String> s3Uri) - Parameters:
s3Uri- s3Uri property. Specify an array of string values to match this event if the actual value of s3Uri 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 DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig>- Returns:
- a new instance of
DomainEvents.VoiceIdBatchFraudsterRegistrationAction.OutputDataConfig - Throws:
NullPointerException- if any required attribute was not provided
-