inputs

@JvmName(name = "nvpivccuigbqaati")
suspend fun inputs(value: Output<List<InputArgs>>)
@JvmName(name = "tqkmqssppcqrelth")
suspend fun inputs(value: List<InputArgs>?)

Parameters

value

A list of one or more inputs to the streaming job. The name property for each input 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 input.


@JvmName(name = "ummpvwiwmaydgduo")
suspend fun inputs(vararg values: Output<InputArgs>)


@JvmName(name = "txugklccertulmkt")
suspend fun inputs(values: List<Output<InputArgs>>)
@JvmName(name = "ecnkteckjakyflnd")
suspend fun inputs(vararg values: InputArgs)

Parameters

values

A list of one or more inputs to the streaming job. The name property for each input 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 input.


@JvmName(name = "redouywjyqhtwann")
suspend fun inputs(argument: List<suspend InputArgsBuilder.() -> Unit>)
@JvmName(name = "fvuhslkawbqctnsx")
suspend fun inputs(vararg argument: suspend InputArgsBuilder.() -> Unit)
@JvmName(name = "vpeiwmruvocpbvxy")
suspend fun inputs(argument: suspend InputArgsBuilder.() -> Unit)

Parameters

argument

A list of one or more inputs to the streaming job. The name property for each input 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 input.