Interface AgentAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentAttributes.Builder,AgentAttributes>,SdkBuilder<AgentAttributes.Builder,AgentAttributes>,SdkPojo
- Enclosing class:
- AgentAttributes
public static interface AgentAttributes.Builder extends SdkPojo, CopyableBuilder<AgentAttributes.Builder,AgentAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentAttributes.BuilderfirstName(String firstName)The agent’s first name as entered in their Amazon Connect user account.AgentAttributes.BuilderlastName(String lastName)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 Detail
-
firstName
AgentAttributes.Builder firstName(String 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
AgentAttributes.Builder lastName(String 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.
-
-