Interface UDPEndpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UDPEndpoint.Builder,
,UDPEndpoint> SdkBuilder<UDPEndpoint.Builder,
,UDPEndpoint> SdkPojo
- Enclosing class:
UDPEndpoint
@Mutable
@NotThreadSafe
public static interface UDPEndpoint.Builder
extends SdkPojo, CopyableBuilder<UDPEndpoint.Builder,UDPEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionThe domain name of the UDP endpoint.The port number of the UDP endpoint.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
-
domain
The domain name of the UDP endpoint.
- Parameters:
domain
- The domain name of the UDP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port number of the UDP endpoint.
- Parameters:
port
- The port number of the UDP endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-