functions

@JvmName(name = "ctydcxolghhdmbmt")
suspend fun functions(value: Output<List<FunctionArgs>>)
@JvmName(name = "ayffebwxhsdoljon")
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 = "luxtfyqvykbwxucj")
suspend fun functions(vararg values: Output<FunctionArgs>)


@JvmName(name = "wvekeaowtaibnysy")
suspend fun functions(values: List<Output<FunctionArgs>>)
@JvmName(name = "ughqoddahtoovuxs")
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 = "mewendpgqwieayij")
suspend fun functions(argument: List<suspend FunctionArgsBuilder.() -> Unit>)
@JvmName(name = "ypcyotbnphcyrsln")
suspend fun functions(vararg argument: suspend FunctionArgsBuilder.() -> Unit)
@JvmName(name = "nvmpuqknivyrggfx")
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.