Class LaunchTemplateEnaSrdUdpSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.LaunchTemplateEnaSrdUdpSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LaunchTemplateEnaSrdUdpSpecification.Builder,LaunchTemplateEnaSrdUdpSpecification>
@Generated("software.amazon.awssdk:codegen") public final class LaunchTemplateEnaSrdUdpSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateEnaSrdUdpSpecification.Builder,LaunchTemplateEnaSrdUdpSpecification>
ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLaunchTemplateEnaSrdUdpSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LaunchTemplateEnaSrdUdpSpecification.Builderbuilder()BooleanenaSrdUdpEnabled()Indicates whether UDP traffic to and from the instance uses ENA Express.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LaunchTemplateEnaSrdUdpSpecification.Builder>serializableBuilderClass()LaunchTemplateEnaSrdUdpSpecification.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enaSrdUdpEnabled
public final Boolean enaSrdUdpEnabled()
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
- Returns:
- Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
-
toBuilder
public LaunchTemplateEnaSrdUdpSpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LaunchTemplateEnaSrdUdpSpecification.Builder,LaunchTemplateEnaSrdUdpSpecification>
-
builder
public static LaunchTemplateEnaSrdUdpSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends LaunchTemplateEnaSrdUdpSpecification.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-