Interface AgentAliasHistoryEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentAliasHistoryEvent.Builder,AgentAliasHistoryEvent>,SdkBuilder<AgentAliasHistoryEvent.Builder,AgentAliasHistoryEvent>,SdkPojo
- Enclosing class:
- AgentAliasHistoryEvent
public static interface AgentAliasHistoryEvent.Builder extends SdkPojo, CopyableBuilder<AgentAliasHistoryEvent.Builder,AgentAliasHistoryEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentAliasHistoryEvent.BuilderendDate(Instant endDate)The date that the alias stopped being associated to the version in theroutingConfigurationobjectAgentAliasHistoryEvent.BuilderroutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasHistoryEvent.BuilderroutingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasHistoryEvent.BuilderroutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasHistoryEvent.BuilderstartDate(Instant startDate)The date that the alias began being associated to the version in theroutingConfigurationobject.-
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
-
endDate
AgentAliasHistoryEvent.Builder endDate(Instant endDate)
The date that the alias stopped being associated to the version in the
routingConfigurationobject- Parameters:
endDate- The date that the alias stopped being associated to the version in theroutingConfigurationobject- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasHistoryEvent.Builder routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
- Parameters:
routingConfiguration- Contains details about the version of the agent with which the alias is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasHistoryEvent.Builder routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
- Parameters:
routingConfiguration- Contains details about the version of the agent with which the alias is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
AgentAliasHistoryEvent.Builder routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
This is a convenience method that creates an instance of theAgentAliasRoutingConfigurationListItem.Builderavoiding the need to create one manually viaAgentAliasRoutingConfigurationListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#routingConfiguration(List.) - Parameters:
routingConfiguration- a consumer that will call methods onAgentAliasRoutingConfigurationListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#routingConfiguration(java.util.Collection)
-
startDate
AgentAliasHistoryEvent.Builder startDate(Instant startDate)
The date that the alias began being associated to the version in the
routingConfigurationobject.- Parameters:
startDate- The date that the alias began being associated to the version in theroutingConfigurationobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-