Interface DeleteAgentRuntimeRequest.Builder

  • Method Details

    • agentRuntimeId

      DeleteAgentRuntimeRequest.Builder agentRuntimeId(String agentRuntimeId)

      The unique identifier of the AgentCore Runtime to delete.

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

      DeleteAgentRuntimeRequest.Builder agentRuntimeVersion(String agentRuntimeVersion)

      The version of the AgentCore Runtime to delete. When you provide this value, only that version is deleted. When you omit it, the entire AgentCore Runtime and all of its versions are deleted.

      Parameters:
      agentRuntimeVersion - The version of the AgentCore Runtime to delete. When you provide this value, only that version is deleted. When you omit it, the entire AgentCore Runtime and all of its versions are deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      DeleteAgentRuntimeRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request but does not return an error.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request but does not return an error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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