Interface NodeInterfaceMappingCreateRequest.Builder

    • 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.
      • 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.