Interface AgentAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentAttributes.Builder,
,AgentAttributes> SdkBuilder<AgentAttributes.Builder,
,AgentAttributes> SdkPojo
- Enclosing class:
AgentAttributes
@Mutable
@NotThreadSafe
public static interface AgentAttributes.Builder
extends SdkPojo, CopyableBuilder<AgentAttributes.Builder,AgentAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionThe agent’s first name as entered in their Amazon Connect user account.The agent’s last name as entered in their Amazon Connect user account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
firstName
The agent’s first name as entered in their Amazon Connect user account.
- Parameters:
firstName
- The agent’s first name as entered in their Amazon Connect user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
The agent’s last name as entered in their Amazon Connect user account.
- Parameters:
lastName
- The agent’s last name as entered in their Amazon Connect user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-