Interface AgentAliasSummary.Builder

    • Method Detail

      • agentAliasId

        AgentAliasSummary.Builder agentAliasId​(String agentAliasId)
        Sets the value of the AgentAliasId property for this object.
        Parameters:
        agentAliasId - The new value for the AgentAliasId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentAliasName

        AgentAliasSummary.Builder agentAliasName​(String agentAliasName)
        Sets the value of the AgentAliasName property for this object.
        Parameters:
        agentAliasName - The new value for the AgentAliasName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AgentAliasSummary.Builder description​(String description)
        Sets the value of the Description property for this object.
        Parameters:
        description - The new value for the Description property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingConfiguration

        AgentAliasSummary.Builder routingConfiguration​(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
        Sets the value of the RoutingConfiguration property for this object.
        Parameters:
        routingConfiguration - The new value for the RoutingConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingConfiguration

        AgentAliasSummary.Builder routingConfiguration​(AgentAliasRoutingConfigurationListItem... routingConfiguration)
        Sets the value of the RoutingConfiguration property for this object.
        Parameters:
        routingConfiguration - The new value for the RoutingConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentAliasStatus

        AgentAliasSummary.Builder agentAliasStatus​(String agentAliasStatus)
        Sets the value of the AgentAliasStatus property for this object.
        Parameters:
        agentAliasStatus - The new value for the AgentAliasStatus property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentAliasStatus, AgentAliasStatus
      • agentAliasStatus

        AgentAliasSummary.Builder agentAliasStatus​(AgentAliasStatus agentAliasStatus)
        Sets the value of the AgentAliasStatus property for this object.
        Parameters:
        agentAliasStatus - The new value for the AgentAliasStatus property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentAliasStatus, AgentAliasStatus
      • createdAt

        AgentAliasSummary.Builder createdAt​(Instant createdAt)
        Sets the value of the CreatedAt property for this object.
        Parameters:
        createdAt - The new value for the CreatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        AgentAliasSummary.Builder updatedAt​(Instant updatedAt)
        Sets the value of the UpdatedAt property for this object.
        Parameters:
        updatedAt - The new value for the UpdatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.