Interface UpdateAgentRuntimeEndpointResponse.Builder

  • Method Details

    • liveVersion

      The currently deployed version of the agent runtime on the endpoint.

      Parameters:
      liveVersion - The currently deployed version of the agent runtime on the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetVersion

      UpdateAgentRuntimeEndpointResponse.Builder targetVersion(String targetVersion)

      The target version of the agent runtime for the endpoint.

      Parameters:
      targetVersion - The target version of the agent runtime for the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentRuntimeEndpointArn

      UpdateAgentRuntimeEndpointResponse.Builder agentRuntimeEndpointArn(String agentRuntimeEndpointArn)

      The Amazon Resource Name (ARN) of the agent runtime endpoint.

      Parameters:
      agentRuntimeEndpointArn - The Amazon Resource Name (ARN) of the agent runtime endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentRuntimeArn

      UpdateAgentRuntimeEndpointResponse.Builder agentRuntimeArn(String agentRuntimeArn)

      The Amazon Resource Name (ARN) of the agent runtime.

      Parameters:
      agentRuntimeArn - The Amazon Resource Name (ARN) of the agent runtime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the updated agent runtime endpoint.

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

      The current status of the updated agent runtime endpoint.

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

      The timestamp when the agent runtime endpoint was created.

      Parameters:
      createdAt - The timestamp when the agent runtime endpoint was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      The timestamp when the agent runtime endpoint was last updated.

      Parameters:
      lastUpdatedAt - The timestamp when the agent runtime endpoint was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.