Interface NodeInterfaceMappingCreateRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NodeInterfaceMappingCreateRequest.Builder,,NodeInterfaceMappingCreateRequest> SdkBuilder<NodeInterfaceMappingCreateRequest.Builder,,NodeInterfaceMappingCreateRequest> SdkPojo
- Enclosing class:
 NodeInterfaceMappingCreateRequest
public static interface NodeInterfaceMappingCreateRequest.Builder
extends SdkPojo, CopyableBuilder<NodeInterfaceMappingCreateRequest.Builder,NodeInterfaceMappingCreateRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionlogicalInterfaceName(String logicalInterfaceName) Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to.networkInterfaceMode(String networkInterfaceMode) The style of the network -- NAT or BRIDGE.networkInterfaceMode(NetworkInterfaceMode networkInterfaceMode) The style of the network -- NAT or BRIDGE.physicalInterfaceName(String physicalInterfaceName) Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
logicalInterfaceName
Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.- Parameters:
 logicalInterfaceName- Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkInterfaceMode
The style of the network -- NAT or BRIDGE.- Parameters:
 networkInterfaceMode- The style of the network -- NAT or BRIDGE.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
networkInterfaceMode
NodeInterfaceMappingCreateRequest.Builder networkInterfaceMode(NetworkInterfaceMode networkInterfaceMode) The style of the network -- NAT or BRIDGE.- Parameters:
 networkInterfaceMode- The style of the network -- NAT or BRIDGE.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
physicalInterfaceName
Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.- Parameters:
 physicalInterfaceName- Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -