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