Interface InterfaceMappingCreateRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InterfaceMappingCreateRequest.Builder,InterfaceMappingCreateRequest>,SdkBuilder<InterfaceMappingCreateRequest.Builder,InterfaceMappingCreateRequest>,SdkPojo
- Enclosing class:
- InterfaceMappingCreateRequest
public static interface InterfaceMappingCreateRequest.Builder extends SdkPojo, CopyableBuilder<InterfaceMappingCreateRequest.Builder,InterfaceMappingCreateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterfaceMappingCreateRequest.BuilderlogicalInterfaceName(String logicalInterfaceName)The logical name for one interface (on every Node) that handles a specific type of traffic.InterfaceMappingCreateRequest.BuildernetworkId(String networkId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
logicalInterfaceName
InterfaceMappingCreateRequest.Builder logicalInterfaceName(String 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
InterfaceMappingCreateRequest.Builder networkId(String networkId)
The ID of the network that you want to connect to the specified logicalInterfaceName.- Parameters:
networkId- The ID of the network that you want to connect to the specified logicalInterfaceName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-