Interface CreateAgentRuntimeEndpointRequest.Builder

  • Method Details

    • agentRuntimeId

      CreateAgentRuntimeEndpointRequest.Builder agentRuntimeId(String agentRuntimeId)

      The unique identifier of the AgentCore Runtime to create an endpoint for.

      Parameters:
      agentRuntimeId - The unique identifier of the AgentCore Runtime to create an endpoint for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the AgentCore Runtime endpoint.

      Parameters:
      name - The name of the AgentCore Runtime endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentRuntimeVersion

      CreateAgentRuntimeEndpointRequest.Builder agentRuntimeVersion(String agentRuntimeVersion)

      The version of the AgentCore Runtime to use for the endpoint.

      Parameters:
      agentRuntimeVersion - The version of the AgentCore Runtime to use for the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The description of the AgentCore Runtime endpoint.

      Parameters:
      description - The description of the AgentCore Runtime endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier to ensure idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of tag keys and values to assign to the agent runtime endpoint. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

      Parameters:
      tags - A map of tag keys and values to assign to the agent runtime endpoint. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateAgentRuntimeEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.