Interface HttpParameters.Builder

  • Method Details

    • pathParameterValues

      HttpParameters.Builder pathParameterValues(Collection<String> pathParameterValues)
      Sets the value of the PathParameterValues property for this object.
      Parameters:
      pathParameterValues - The new value for the PathParameterValues property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pathParameterValues

      HttpParameters.Builder pathParameterValues(String... pathParameterValues)
      Sets the value of the PathParameterValues property for this object.
      Parameters:
      pathParameterValues - The new value for the PathParameterValues property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • headerParameters

      HttpParameters.Builder headerParameters(Map<String,String> headerParameters)
      Sets the value of the HeaderParameters property for this object.
      Parameters:
      headerParameters - The new value for the HeaderParameters property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryStringParameters

      HttpParameters.Builder queryStringParameters(Map<String,String> queryStringParameters)
      Sets the value of the QueryStringParameters property for this object.
      Parameters:
      queryStringParameters - The new value for the QueryStringParameters property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invocationTimeoutSeconds

      HttpParameters.Builder invocationTimeoutSeconds(String invocationTimeoutSeconds)

      Timeout in seconds for each invocation of the target (1-30). String-typed (not integer) so the value may be a JSONata expression.

      Parameters:
      invocationTimeoutSeconds - Timeout in seconds for each invocation of the target (1-30). String-typed (not integer) so the value may be a JSONata expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.