Class VoiceIdFraudsterAction.Data.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.events.VoiceIdFraudsterAction.Data.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VoiceIdFraudsterAction.Data>
- Enclosing interface:
VoiceIdFraudsterAction.Data
@Stability(Experimental)
public static final class VoiceIdFraudsterAction.Data.Builder
extends Object
implements software.amazon.jsii.Builder<VoiceIdFraudsterAction.Data>
A builder for
VoiceIdFraudsterAction.Data-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.registrationSource(List<String> registrationSource) Sets the value ofVoiceIdFraudsterAction.Data.getRegistrationSource()registrationSourceId(List<String> registrationSourceId) Sets the value ofVoiceIdFraudsterAction.Data.getRegistrationSourceId()registrationStatus(List<String> registrationStatus) Sets the value ofVoiceIdFraudsterAction.Data.getRegistrationStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
registrationSource
@Stability(Experimental) public VoiceIdFraudsterAction.Data.Builder registrationSource(List<String> registrationSource) Sets the value ofVoiceIdFraudsterAction.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 VoiceIdFraudsterAction.Data.Builder registrationSourceId(List<String> registrationSourceId) Sets the value ofVoiceIdFraudsterAction.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 VoiceIdFraudsterAction.Data.Builder registrationStatus(List<String> registrationStatus) Sets the value ofVoiceIdFraudsterAction.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<VoiceIdFraudsterAction.Data>- Returns:
- a new instance of
VoiceIdFraudsterAction.Data - Throws:
NullPointerException- if any required attribute was not provided
-