Interface DeleteAgentAliasResponse.Builder

  • Method Details

    • agentAliasId

      DeleteAgentAliasResponse.Builder agentAliasId(String agentAliasId)

      The unique identifier of the alias that was deleted.

      Parameters:
      agentAliasId - The unique identifier of the alias that was deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentAliasStatus

      DeleteAgentAliasResponse.Builder agentAliasStatus(String agentAliasStatus)

      The status of the alias.

      Parameters:
      agentAliasStatus - The status of the alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • agentAliasStatus

      DeleteAgentAliasResponse.Builder agentAliasStatus(AgentAliasStatus agentAliasStatus)

      The status of the alias.

      Parameters:
      agentAliasStatus - The status of the alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • agentId

      The unique identifier of the agent that the alias belongs to.

      Parameters:
      agentId - The unique identifier of the agent that the alias belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.