public static interface RenderableTask.Builder extends SdkPojo, CopyableBuilder<RenderableTask.Builder,RenderableTask>
Modifier and Type | Method and Description |
---|---|
RenderableTask.Builder |
input(String input)
A JSON object that contains values for the variables defined in the template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RenderableTask.Builder input(String input)
A JSON object that contains values for the variables defined in the template. It is made available to the
template under the substitution variable task.input
. For example, if you define a variable
task.input.text
in your template, you can supply the variable in the JSON object as
"text": "sample text"
.
input
- A JSON object that contains values for the variables defined in the template. It is made available to
the template under the substitution variable task.input
. For example, if you define a
variable task.input.text
in your template, you can supply the variable in the JSON object
as "text": "sample text"
.Copyright © 2022. All rights reserved.