Interface EnaSrdUdpSpecificationRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EnaSrdUdpSpecificationRequest.Builder,,EnaSrdUdpSpecificationRequest> SdkBuilder<EnaSrdUdpSpecificationRequest.Builder,,EnaSrdUdpSpecificationRequest> SdkPojo
- Enclosing class:
EnaSrdUdpSpecificationRequest
public static interface EnaSrdUdpSpecificationRequest.Builder
extends SdkPojo, CopyableBuilder<EnaSrdUdpSpecificationRequest.Builder,EnaSrdUdpSpecificationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionenaSrdUdpEnabled(Boolean enaSrdUdpEnabled) Indicates whether UDP traffic uses ENA Express for your instance.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, sdkFields
-
Method Details
-
enaSrdUdpEnabled
Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to
truein your launch template.- Parameters:
enaSrdUdpEnabled- Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest totruein your launch template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-