inputs

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


@JvmName(name = "vpicvvuhspeaensk")
suspend fun inputs(values: List<Output<InputArgs>>)
@JvmName(name = "kepdopleboktbouj")
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 = "wivfhufepellokku")
suspend fun inputs(argument: List<suspend InputArgsBuilder.() -> Unit>)
@JvmName(name = "wtsfovtljtrlmtuq")
suspend fun inputs(vararg argument: suspend InputArgsBuilder.() -> Unit)
@JvmName(name = "rrvtrrboaideqtjm")
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.