| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
NodeInputPort |
NodeInputPort.clone() |
NodeInputPort |
NodeInputPort.withDefaultValue(String defaultValue)
The input port's default value.
|
NodeInputPort |
NodeInputPort.withDescription(String description)
The input port's description.
|
NodeInputPort |
NodeInputPort.withMaxConnections(Integer maxConnections)
The input port's max connections.
|
NodeInputPort |
NodeInputPort.withName(String name)
The input port's name.
|
NodeInputPort |
NodeInputPort.withType(PortType type)
The input port's type.
|
NodeInputPort |
NodeInputPort.withType(String type)
The input port's type.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeInputPort> |
NodeInterface.getInputs()
The node interface's inputs.
|
| Modifier and Type | Method and Description |
|---|---|
NodeInterface |
NodeInterface.withInputs(NodeInputPort... inputs)
The node interface's inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInterface.setInputs(Collection<NodeInputPort> inputs)
The node interface's inputs.
|
NodeInterface |
NodeInterface.withInputs(Collection<NodeInputPort> inputs)
The node interface's inputs.
|
Copyright © 2021. All rights reserved.