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