Class ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.connect.events.ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps>
- Enclosing interface:
ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps
@Stability(Experimental)
public static final class ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder
extends Object
implements software.amazon.jsii.Builder<ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps>
-
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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder actionName(List<String> actionName) Sets the value ofContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder agentArn(List<String> agentArn) Sets the value ofContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder contactArn(List<String> contactArn) Sets the value ofContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
instanceArn
@Stability(Experimental) public ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder instanceArn(List<String> instanceArn) Sets the value ofContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder queueArn(List<String> queueArn) Sets the value ofContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder ruleName(List<String> ruleName) Sets the value ofContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.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 ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps>- Returns:
- a new instance of
ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps - Throws:
NullPointerException- if any required attribute was not provided
-