public static interface DataflowEndpoint.Builder extends SdkPojo, CopyableBuilder<DataflowEndpoint.Builder,DataflowEndpoint>
| Modifier and Type | Method and Description |
|---|---|
default DataflowEndpoint.Builder |
address(Consumer<SocketAddress.Builder> address)
Socket address of a dataflow endpoint.
|
DataflowEndpoint.Builder |
address(SocketAddress address)
Socket address of a dataflow endpoint.
|
DataflowEndpoint.Builder |
mtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
DataflowEndpoint.Builder |
name(String name)
Name of a dataflow endpoint.
|
DataflowEndpoint.Builder |
status(EndpointStatus status)
Status of a dataflow endpoint.
|
DataflowEndpoint.Builder |
status(String status)
Status of a dataflow endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataflowEndpoint.Builder address(SocketAddress address)
Socket address of a dataflow endpoint.
address - Socket address of a dataflow endpoint.default DataflowEndpoint.Builder address(Consumer<SocketAddress.Builder> address)
Socket address of a dataflow endpoint.
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 address(SocketAddress).
address - a consumer that will call methods on SocketAddress.Builderaddress(SocketAddress)DataflowEndpoint.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.DataflowEndpoint.Builder name(String name)
Name of a dataflow endpoint.
name - Name of a dataflow endpoint.DataflowEndpoint.Builder status(String status)
Status of a dataflow endpoint.
status - Status of a dataflow endpoint.EndpointStatus,
EndpointStatusDataflowEndpoint.Builder status(EndpointStatus status)
Status of a dataflow endpoint.
status - Status of a dataflow endpoint.EndpointStatus,
EndpointStatusCopyright © 2023. All rights reserved.