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