Interface NodeInterfaceMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeInterfaceMapping.Builder,
,NodeInterfaceMapping> SdkBuilder<NodeInterfaceMapping.Builder,
,NodeInterfaceMapping> SdkPojo
- Enclosing class:
NodeInterfaceMapping
@Mutable
@NotThreadSafe
public static interface NodeInterfaceMapping.Builder
extends SdkPojo, CopyableBuilder<NodeInterfaceMapping.Builder,NodeInterfaceMapping>
-
Method Summary
Modifier and TypeMethodDescriptionlogicalInterfaceName
(String logicalInterfaceName) A uniform logical interface name to address in a MediaLive channel configuration.networkInterfaceMode
(String networkInterfaceMode) Sets the value of the NetworkInterfaceMode property for this object.networkInterfaceMode
(NetworkInterfaceMode networkInterfaceMode) Sets the value of the NetworkInterfaceMode property for this object.physicalInterfaceName
(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 Details
-
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
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
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:
-
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.
-