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