Interface AgentAliasHistoryEvent.Builder

    • Method Detail

      • endDate

        AgentAliasHistoryEvent.Builder endDate​(Instant endDate)

        The date that the alias stopped being associated to the version in the routingConfiguration object

        Parameters:
        endDate - The date that the alias stopped being associated to the version in the routingConfiguration object
        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.
      • startDate

        AgentAliasHistoryEvent.Builder startDate​(Instant startDate)

        The date that the alias began being associated to the version in the routingConfiguration object.

        Parameters:
        startDate - The date that the alias began being associated to the version in the routingConfiguration object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.