Interface EnaSrdUdpSpecification.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>
,SdkBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>
,SdkPojo
- Enclosing class:
- EnaSrdUdpSpecification
public static interface EnaSrdUdpSpecification.Builder extends SdkPojo, CopyableBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnaSrdUdpSpecification.Builder
enaSrdUdpEnabled(Boolean enaSrdUdpEnabled)
Indicates whether UDP traffic to and from the instance uses ENA Express.-
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, sdkFields
-
-
-
-
Method Detail
-
enaSrdUdpEnabled
EnaSrdUdpSpecification.Builder enaSrdUdpEnabled(Boolean 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.
-
-