Class SinkNodeBase
- java.lang.Object
-
- com.azure.resourcemanager.videoanalyzer.models.NodeBase
-
- com.azure.resourcemanager.videoanalyzer.models.SinkNodeBase
-
-
Constructor Summary
Constructors Constructor Description SinkNodeBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NodeInput>inputs()Get the inputs property: An array of upstream node references within the topology to be used as inputs for this node.voidvalidate()Validates the instance.SinkNodeBasewithInputs(List<NodeInput> inputs)Set the inputs property: An array of upstream node references within the topology to be used as inputs for this node.SinkNodeBasewithName(String name)Set the name property: Node name.
-
-
-
Method Detail
-
inputs
public List<NodeInput> inputs()
Get the inputs property: An array of upstream node references within the topology to be used as inputs for this node.- Returns:
- the inputs value.
-
withInputs
public SinkNodeBase withInputs(List<NodeInput> inputs)
Set the inputs property: An array of upstream node references within the topology to be used as inputs for this node.- Parameters:
inputs- the inputs value to set.- Returns:
- the SinkNodeBase object itself.
-
withName
public SinkNodeBase withName(String name)
Set the name property: Node name. Must be unique within the topology.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classNodeBase- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-