Interface ServiceFunctionCreatedMetadata.Builder

  • Method Details

    • serviceFunctionId

      ServiceFunctionCreatedMetadata.Builder serviceFunctionId(String serviceFunctionId)

      The identifier of the created service function.

      Parameters:
      serviceFunctionId - The identifier of the created service function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceFunctionName

      ServiceFunctionCreatedMetadata.Builder serviceFunctionName(String serviceFunctionName)

      The name of the created service function.

      Parameters:
      serviceFunctionName - The name of the created service function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.