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