Class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data>
- Enclosing interface:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data
@Stability(Experimental)
public static final class DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data.Builder
extends Object
implements software.amazon.jsii.Builder<DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data>
A builder for
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataAccessRoleArn(List<String> dataAccessRoleArn) enrollmentConfig(DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.EnrollmentConfig enrollmentConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataAccessRoleArn
@Stability(Experimental) public DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.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
-
enrollmentConfig
@Stability(Experimental) public DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data.Builder enrollmentConfig(DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.EnrollmentConfig enrollmentConfig) - Parameters:
enrollmentConfig- enrollmentConfig property. Specify an array of string values to match this event if the actual value of enrollmentConfig 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.VoiceIdBatchSpeakerEnrollmentAction.Data.Builder inputDataConfig(DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.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.VoiceIdBatchSpeakerEnrollmentAction.Data.Builder outputDataConfig(DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data>- Returns:
- a new instance of
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.Data - Throws:
NullPointerException- if any required attribute was not provided
-