Uses of Interface
software.amazon.awssdk.services.groundstation.model.DataflowEndpoint.Builder
-
Packages that use DataflowEndpoint.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of DataflowEndpoint.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return DataflowEndpoint.Builder Modifier and Type Method Description default DataflowEndpoint.BuilderDataflowEndpoint.Builder. address(Consumer<SocketAddress.Builder> address)Socket address of a dataflow endpoint.DataflowEndpoint.BuilderDataflowEndpoint.Builder. address(SocketAddress address)Socket address of a dataflow endpoint.static DataflowEndpoint.BuilderDataflowEndpoint. builder()DataflowEndpoint.BuilderDataflowEndpoint.Builder. mtu(Integer mtu)Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.DataflowEndpoint.BuilderDataflowEndpoint.Builder. name(String name)Name of a dataflow endpoint.DataflowEndpoint.BuilderDataflowEndpoint.Builder. status(String status)Status of a dataflow endpoint.DataflowEndpoint.BuilderDataflowEndpoint.Builder. status(EndpointStatus status)Status of a dataflow endpoint.DataflowEndpoint.BuilderDataflowEndpoint. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type DataflowEndpoint.Builder Modifier and Type Method Description static Class<? extends DataflowEndpoint.Builder>DataflowEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type DataflowEndpoint.Builder Modifier and Type Method Description default EndpointDetails.BuilderEndpointDetails.Builder. endpoint(Consumer<DataflowEndpoint.Builder> endpoint)A dataflow endpoint.
-