Class ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.connect.events.ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps>
- Enclosing interface:
ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps
@Stability(Experimental)
public static final class ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder
extends Object
implements software.amazon.jsii.Builder<ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionName(List<String> actionName) build()Builds the configured instance.contactArn(List<String> contactArn) eventMetadata(AWSEventMetadataProps eventMetadata) instanceArn(List<String> instanceArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionName
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder actionName(List<String> actionName) Sets the value ofContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.getActionName()- Parameters:
actionName- actionName property. Specify an array of string values to match this event if the actual value of actionName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
agentArn
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder agentArn(List<String> agentArn) Sets the value ofContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.getAgentArn()- Parameters:
agentArn- agentArn property. Specify an array of string values to match this event if the actual value of agentArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
contactArn
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder contactArn(List<String> contactArn) Sets the value ofContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.getContactArn()- Parameters:
contactArn- contactArn property. Specify an array of string values to match this event if the actual value of contactArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventMetadata
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
instanceArn
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder instanceArn(List<String> instanceArn) Sets the value ofContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.getInstanceArn()- Parameters:
instanceArn- instanceArn property. Specify an array of string values to match this event if the actual value of instanceArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
queueArn
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder queueArn(List<String> queueArn) Sets the value ofContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.getQueueArn()- Parameters:
queueArn- queueArn property. Specify an array of string values to match this event if the actual value of queueArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
ruleName
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder ruleName(List<String> ruleName) Sets the value ofContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.getRuleName()- Parameters:
ruleName- ruleName property. Specify an array of string values to match this event if the actual value of ruleName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
version
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps.Builder version(List<String> version) - Parameters:
version- version property. Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps>- Returns:
- a new instance of
ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps - Throws:
NullPointerException- if any required attribute was not provided
-