Interface AgentAliasRoutingConfigurationListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentAliasRoutingConfigurationListItem.Builder,AgentAliasRoutingConfigurationListItem>,SdkBuilder<AgentAliasRoutingConfigurationListItem.Builder,AgentAliasRoutingConfigurationListItem>,SdkPojo
- Enclosing class:
- AgentAliasRoutingConfigurationListItem
public static interface AgentAliasRoutingConfigurationListItem.Builder extends SdkPojo, CopyableBuilder<AgentAliasRoutingConfigurationListItem.Builder,AgentAliasRoutingConfigurationListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentAliasRoutingConfigurationListItem.BuilderagentVersion(String agentVersion)Sets the value of the AgentVersion property for this object.-
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, sdkFields
-
-
-
-
Method Detail
-
agentVersion
AgentAliasRoutingConfigurationListItem.Builder agentVersion(String agentVersion)
Sets the value of the AgentVersion property for this object.- Parameters:
agentVersion- The new value for the AgentVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-