Interface InterfaceMappingUpdateRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InterfaceMappingUpdateRequest.Builder,
,InterfaceMappingUpdateRequest> SdkBuilder<InterfaceMappingUpdateRequest.Builder,
,InterfaceMappingUpdateRequest> SdkPojo
- Enclosing class:
InterfaceMappingUpdateRequest
public static interface InterfaceMappingUpdateRequest.Builder
extends SdkPojo, CopyableBuilder<InterfaceMappingUpdateRequest.Builder,InterfaceMappingUpdateRequest>
-
Method Summary
Modifier and TypeMethodDescriptionlogicalInterfaceName
(String logicalInterfaceName) The logical name for one interface (on every Node) that handles a specific type of traffic.The ID of the network that you want to connect to the specified logicalInterfaceName.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, sdkFields
-
Method Details
-
logicalInterfaceName
The logical name for one interface (on every Node) that handles a specific type of traffic. We recommend that the name hints at the physical interface it applies to. For example, it could refer to the traffic that the physical interface handles. For example, my-Inputs-Interface.- Parameters:
logicalInterfaceName
- The logical name for one interface (on every Node) that handles a specific type of traffic. We recommend that the name hints at the physical interface it applies to. For example, it could refer to the traffic that the physical interface handles. For example, my-Inputs-Interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkId
The ID of the network that you want to connect to the specified logicalInterfaceName. You can use the ListNetworks operation to discover all the IDs.- Parameters:
networkId
- The ID of the network that you want to connect to the specified logicalInterfaceName. You can use the ListNetworks operation to discover all the IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-