Interface DomainEvents.VoiceIdSpeakerAction.Data

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DomainEvents.VoiceIdSpeakerAction.Data.Jsii$Proxy
Enclosing class:
DomainEvents.VoiceIdSpeakerAction

@Stability(Experimental) public static interface DomainEvents.VoiceIdSpeakerAction.Data extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Data.

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();
 
  • Method Details

    • getEnrollmentSource

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEnrollmentSourceId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEnrollmentStatus

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static DomainEvents.VoiceIdSpeakerAction.Data.Builder builder()
      Returns:
      a DomainEvents.VoiceIdSpeakerAction.Data.Builder of DomainEvents.VoiceIdSpeakerAction.Data