public static interface ConnectionDetails.Builder extends SdkPojo, CopyableBuilder<ConnectionDetails.Builder,ConnectionDetails>
| Modifier and Type | Method and Description |
|---|---|
ConnectionDetails.Builder |
mtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
default ConnectionDetails.Builder |
socketAddress(Consumer<SocketAddress.Builder> socketAddress)
A socket address.
|
ConnectionDetails.Builder |
socketAddress(SocketAddress socketAddress)
A socket address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionDetails.Builder mtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
mtu - Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.ConnectionDetails.Builder socketAddress(SocketAddress socketAddress)
A socket address.
socketAddress - A socket address.default ConnectionDetails.Builder socketAddress(Consumer<SocketAddress.Builder> socketAddress)
A socket address.
This is a convenience method that creates an instance of theSocketAddress.Builder avoiding the need
to create one manually via SocketAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to socketAddress(SocketAddress).
socketAddress - a consumer that will call methods on SocketAddress.BuildersocketAddress(SocketAddress)Copyright © 2023. All rights reserved.