Interface DomainEvents.VoiceIdSpeakerAction.Data
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainEvents.VoiceIdSpeakerAction.Data.Jsii$Proxy
- Enclosing class:
DomainEvents.VoiceIdSpeakerAction
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.voiceid.events.*;
Data data = Data.builder()
.enrollmentSource(List.of("enrollmentSource"))
.enrollmentSourceId(List.of("enrollmentSourceId"))
.enrollmentStatus(List.of("enrollmentStatus"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDomainEvents.VoiceIdSpeakerAction.Datastatic final classAn implementation forDomainEvents.VoiceIdSpeakerAction.Data -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) enrollmentSource property.(experimental) enrollmentSourceId property.(experimental) enrollmentStatus property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnrollmentSource
(experimental) enrollmentSource property.Specify an array of string values to match this event if the actual value of enrollmentSource is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEnrollmentSourceId
(experimental) enrollmentSourceId property.Specify an array of string values to match this event if the actual value of enrollmentSourceId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEnrollmentStatus
(experimental) enrollmentStatus property.Specify an array of string values to match this event if the actual value of enrollmentStatus is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-