inputs

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


@JvmName(name = "asyttrjrduujlwou")
suspend fun inputs(values: List<Output<InputArgs>>)
@JvmName(name = "bchfdhshddifjiel")
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 = "holuytfbwvdsiqse")
suspend fun inputs(argument: List<suspend InputArgsBuilder.() -> Unit>)
@JvmName(name = "kdpwmtktxfajqufk")
suspend fun inputs(vararg argument: suspend InputArgsBuilder.() -> Unit)
@JvmName(name = "bouthvrrqdplmaay")
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.