Interface InstanceAttachmentEnaSrdUdpSpecification.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InstanceAttachmentEnaSrdUdpSpecification.Builder,,InstanceAttachmentEnaSrdUdpSpecification> SdkBuilder<InstanceAttachmentEnaSrdUdpSpecification.Builder,,InstanceAttachmentEnaSrdUdpSpecification> SdkPojo
- Enclosing class:
 InstanceAttachmentEnaSrdUdpSpecification
public static interface InstanceAttachmentEnaSrdUdpSpecification.Builder
extends SdkPojo, CopyableBuilder<InstanceAttachmentEnaSrdUdpSpecification.Builder,InstanceAttachmentEnaSrdUdpSpecification> 
- 
Method Summary
Modifier and TypeMethodDescriptionenaSrdUdpEnabled(Boolean enaSrdUdpEnabled) Indicates whether UDP traffic to and from the instance uses ENA Express.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 to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
- Parameters:
 enaSrdUdpEnabled- Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -