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