functions

@JvmName(name = "pcjcvdjhcwesikuf")
suspend fun functions(value: Output<List<FunctionArgs>>)
@JvmName(name = "rjlbehsgwvommnjf")
suspend fun functions(value: List<FunctionArgs>?)

Parameters

value

A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.


@JvmName(name = "dksecatypoxbnnhc")
suspend fun functions(vararg values: Output<FunctionArgs>)


@JvmName(name = "dshkdwbtxcbgeqmv")
suspend fun functions(values: List<Output<FunctionArgs>>)
@JvmName(name = "sjbbukocwhsbuwta")
suspend fun functions(vararg values: FunctionArgs)

Parameters

values

A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.


@JvmName(name = "ljvgdaugpkfogvbg")
suspend fun functions(argument: List<suspend FunctionArgsBuilder.() -> Unit>)
@JvmName(name = "nmriykugeenoxhbu")
suspend fun functions(vararg argument: suspend FunctionArgsBuilder.() -> Unit)
@JvmName(name = "lpbtivwjmlilatjj")
suspend fun functions(argument: suspend FunctionArgsBuilder.() -> Unit)

Parameters

argument

A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.