options

@JvmName(name = "kbdbfrolptttfrlq")
suspend fun options(value: Output<List<Either<String, PipelineOptions>>>)
@JvmName(name = "qooeyhymngmmboph")
suspend fun options(value: List<Either<String, PipelineOptions>>?)

Parameters

value

The list of all options configured for the pipeline.


@JvmName(name = "mnqaccefmacowamg")
suspend fun options(vararg values: Output<Either<String, PipelineOptions>>)


@JvmName(name = "ofxsnkkgujkjjnmi")
suspend fun options(values: List<Output<Either<String, PipelineOptions>>>)
@JvmName(name = "cwuyordvbkpahlub")
suspend fun options(vararg values: Either<String, PipelineOptions>)

Parameters

values

The list of all options configured for the pipeline.