Interface DeleteAgentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BedrockAgentResponse.Builder, Buildable, CopyableBuilder<DeleteAgentResponse.Builder,DeleteAgentResponse>, SdkBuilder<DeleteAgentResponse.Builder,DeleteAgentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteAgentResponse

public static interface DeleteAgentResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteAgentResponse.Builder,DeleteAgentResponse>
  • Method Details

    • agentId

      The unique identifier of the agent that was deleted.

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

      DeleteAgentResponse.Builder agentStatus(String agentStatus)

      The status of the agent.

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

      DeleteAgentResponse.Builder agentStatus(AgentStatus agentStatus)

      The status of the agent.

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