Interface NodeInterfaceMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeInterfaceMapping.Builder,NodeInterfaceMapping>,SdkBuilder<NodeInterfaceMapping.Builder,NodeInterfaceMapping>,SdkPojo
- Enclosing class:
- NodeInterfaceMapping
public static interface NodeInterfaceMapping.Builder extends SdkPojo, CopyableBuilder<NodeInterfaceMapping.Builder,NodeInterfaceMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeInterfaceMapping.BuilderlogicalInterfaceName(String logicalInterfaceName)A uniform logical interface name to address in a MediaLive channel configuration.NodeInterfaceMapping.BuildernetworkInterfaceMode(String networkInterfaceMode)Sets the value of the NetworkInterfaceMode property for this object.NodeInterfaceMapping.BuildernetworkInterfaceMode(NetworkInterfaceMode networkInterfaceMode)Sets the value of the NetworkInterfaceMode property for this object.NodeInterfaceMapping.BuilderphysicalInterfaceName(String physicalInterfaceName)The name of the physical interface on the hardware that will be running Elemental anywhere.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
logicalInterfaceName
NodeInterfaceMapping.Builder logicalInterfaceName(String logicalInterfaceName)
A uniform logical interface name to address in a MediaLive channel configuration.- Parameters:
logicalInterfaceName- A uniform logical interface name to address in a MediaLive channel configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceMode
NodeInterfaceMapping.Builder networkInterfaceMode(String networkInterfaceMode)
Sets the value of the NetworkInterfaceMode property for this object.- Parameters:
networkInterfaceMode- The new value for the NetworkInterfaceMode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkInterfaceMode,NetworkInterfaceMode
-
networkInterfaceMode
NodeInterfaceMapping.Builder networkInterfaceMode(NetworkInterfaceMode networkInterfaceMode)
Sets the value of the NetworkInterfaceMode property for this object.- Parameters:
networkInterfaceMode- The new value for the NetworkInterfaceMode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkInterfaceMode,NetworkInterfaceMode
-
physicalInterfaceName
NodeInterfaceMapping.Builder physicalInterfaceName(String physicalInterfaceName)
The name of the physical interface on the hardware that will be running Elemental anywhere.- Parameters:
physicalInterfaceName- The name of the physical interface on the hardware that will be running Elemental anywhere.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-