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