Interface DeleteAgentAliasResponse.Builder

    • Method Detail

      • agentId

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

        DeleteAgentAliasResponse.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.
      • agentAliasStatus

        DeleteAgentAliasResponse.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

        DeleteAgentAliasResponse.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