Package app.ductape.sdk.products.builder
Class ExecutableChain.PayloadBuilder
java.lang.Object
app.ductape.sdk.products.builder.ExecutableChain.PayloadBuilder
- Enclosing class:
- ExecutableChain
Inline payload params builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()generate()Generate the payload via the backing API service.withComponentTag(String componentTag) withComponentType(String componentType) withEnvSlug(String envSlug) withInputs(Map<String, Object> inputs) withProductTag(String productTag)
-
Method Details
-
withProductTag
-
withComponentType
-
withComponentTag
-
withEnvSlug
-
withInputs
-
with
-
build
- Returns:
- the immutable params map (matches the TS payload-builder snapshot shape).
-
generate
Generate the payload via the backing API service.
-