BuilderT
- Type of concrete builder (for method chaining).public interface InputOutputResultItemsPathBuilder<BuilderT> extends InputOutputResultPathBuilder<BuilderT>
This interface should not be implemented outside the SDK.
Modifier and Type | Method and Description |
---|---|
BuilderT |
itemsPath(String itemsPath)
OPTIONAL.
|
inputPath, outputPath
resultPath
BuilderT itemsPath(String itemsPath)
itemsPath
- New path value.