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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeInterfaceMappingCreateRequest.BuilderlogicalInterfaceName(String logicalInterfaceName)Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to.NodeInterfaceMappingCreateRequest.BuildernetworkInterfaceMode(String networkInterfaceMode)The style of the network -- NAT or BRIDGE.NodeInterfaceMappingCreateRequest.BuildernetworkInterfaceMode(NetworkInterfaceMode networkInterfaceMode)The style of the network -- NAT or BRIDGE.NodeInterfaceMappingCreateRequest.BuilderphysicalInterfaceName(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
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
NodeInterfaceMappingCreateRequest.Builder logicalInterfaceName(String 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
NodeInterfaceMappingCreateRequest.Builder networkInterfaceMode(String 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,NetworkInterfaceMode
-
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:
NetworkInterfaceMode,NetworkInterfaceMode
-
physicalInterfaceName
NodeInterfaceMappingCreateRequest.Builder physicalInterfaceName(String 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.
-
-