Interface DescribeAgentResponse.Builder

  • Method Details

    • agent

      The full details of the agent, including its configuration, status, and associations.

      Parameters:
      agent - The full details of the agent, including its configuration, status, and associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agent

      The full details of the agent, including its configuration, status, and associations.

      This is a convenience method that creates an instance of the Agent.Builder avoiding the need to create one manually via Agent.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to agent(Agent).

      Parameters:
      agent - a consumer that will call methods on Agent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • requestId

      DescribeAgentResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.