Interface ClusterNetworkInterface.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterNetworkInterface.Builder,,ClusterNetworkInterface> SdkBuilder<ClusterNetworkInterface.Builder,,ClusterNetworkInterface> SdkPojo
- Enclosing class:
ClusterNetworkInterface
-
Method Summary
Modifier and TypeMethodDescriptioninterfaceType(String interfaceType) The type of network interface for the instance group.interfaceType(ClusterInterfaceType interfaceType) The type of network interface for the instance group.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
-
interfaceType
The type of network interface for the instance group. Valid values:
-
efa– An EFA with ENA interface, which provides both the EFA device for low-latency, high-throughput communication and the ENA device for IP networking. -
efa-only– An EFA-only interface, which provides only the EFA device capabilities without the ENA device for traditional IP networking.
For more information, see Elastic Fabric Adapter.
- Parameters:
interfaceType- The type of network interface for the instance group. Valid values:-
efa– An EFA with ENA interface, which provides both the EFA device for low-latency, high-throughput communication and the ENA device for IP networking. -
efa-only– An EFA-only interface, which provides only the EFA device capabilities without the ENA device for traditional IP networking.
For more information, see Elastic Fabric Adapter.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
interfaceType
The type of network interface for the instance group. Valid values:
-
efa– An EFA with ENA interface, which provides both the EFA device for low-latency, high-throughput communication and the ENA device for IP networking. -
efa-only– An EFA-only interface, which provides only the EFA device capabilities without the ENA device for traditional IP networking.
For more information, see Elastic Fabric Adapter.
- Parameters:
interfaceType- The type of network interface for the instance group. Valid values:-
efa– An EFA with ENA interface, which provides both the EFA device for low-latency, high-throughput communication and the ENA device for IP networking. -
efa-only– An EFA-only interface, which provides only the EFA device capabilities without the ENA device for traditional IP networking.
For more information, see Elastic Fabric Adapter.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-