Interface RegisteredRemoteAgentDetails.Builder

  • Method Details

    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpoint

      Sets the value of the Endpoint property for this object.
      Parameters:
      endpoint - The new value for the Endpoint property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RegisteredRemoteAgentDetails.Builder description(String description)
      Sets the value of the Description property for this object.
      Parameters:
      description - The new value for the Description property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authorizationMethod

      RegisteredRemoteAgentDetails.Builder authorizationMethod(String authorizationMethod)

      The authorization method used by the remote agent.

      Parameters:
      authorizationMethod - The authorization method used by the remote agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authorizationMethod

      RegisteredRemoteAgentDetails.Builder authorizationMethod(RemoteAgentAuthorizationMethod authorizationMethod)

      The authorization method used by the remote agent.

      Parameters:
      authorizationMethod - The authorization method used by the remote agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • apiKeyHeader

      RegisteredRemoteAgentDetails.Builder apiKeyHeader(String apiKeyHeader)

      If the remote agent uses API key authentication, the header name.

      Parameters:
      apiKeyHeader - If the remote agent uses API key authentication, the header name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.