Interface EnaSrdUdpSpecificationRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnaSrdUdpSpecificationRequest.Builder,
,EnaSrdUdpSpecificationRequest> SdkBuilder<EnaSrdUdpSpecificationRequest.Builder,
,EnaSrdUdpSpecificationRequest> SdkPojo
- Enclosing class:
EnaSrdUdpSpecificationRequest
@Mutable
@NotThreadSafe
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
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 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
true
.- 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 totrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-