inputs

@JvmName(name = "ockrrpitkchpwswb")
suspend fun inputs(value: Output<List<InputArgs>>)
@JvmName(name = "acqdofmwasvjebxl")
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 = "maitrbmawcpcnncb")
suspend fun inputs(vararg values: Output<InputArgs>)


@JvmName(name = "hahcuemfryhlsvch")
suspend fun inputs(values: List<Output<InputArgs>>)
@JvmName(name = "dusjrrqavctwhwuv")
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 = "mcrsbydblphaxgva")
suspend fun inputs(argument: List<suspend InputArgsBuilder.() -> Unit>)
@JvmName(name = "xxkxigrcjyksgjca")
suspend fun inputs(vararg argument: suspend InputArgsBuilder.() -> Unit)
@JvmName(name = "adqngngfcrqiphow")
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.