Class CodeConnectContact.QueueInfo.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.connect.events.CodeConnectContact.QueueInfo.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CodeConnectContact.QueueInfo>
- Enclosing interface:
CodeConnectContact.QueueInfo
@Stability(Experimental)
public static final class CodeConnectContact.QueueInfo.Builder
extends Object
implements software.amazon.jsii.Builder<CodeConnectContact.QueueInfo>
A builder for
CodeConnectContact.QueueInfo-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCodeConnectContact.QueueInfo.getQueueArn()Sets the value ofCodeConnectContact.QueueInfo.getQueueType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
queueArn
@Stability(Experimental) public CodeConnectContact.QueueInfo.Builder queueArn(List<String> queueArn) Sets the value ofCodeConnectContact.QueueInfo.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
-
queueType
@Stability(Experimental) public CodeConnectContact.QueueInfo.Builder queueType(List<String> queueType) Sets the value ofCodeConnectContact.QueueInfo.getQueueType()- Parameters:
queueType- queueType property. Specify an array of string values to match this event if the actual value of queueType 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<CodeConnectContact.QueueInfo>- Returns:
- a new instance of
CodeConnectContact.QueueInfo - Throws:
NullPointerException- if any required attribute was not provided
-