Uses of Interface
software.amazon.awssdk.services.groundstation.model.DataflowEndpointConfig.Builder
-
Packages that use DataflowEndpointConfig.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of DataflowEndpointConfig.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return DataflowEndpointConfig.Builder Modifier and Type Method Description static DataflowEndpointConfig.BuilderDataflowEndpointConfig. builder()DataflowEndpointConfig.BuilderDataflowEndpointConfig.Builder. dataflowEndpointName(String dataflowEndpointName)Name of a dataflow endpoint.DataflowEndpointConfig.BuilderDataflowEndpointConfig.Builder. dataflowEndpointRegion(String dataflowEndpointRegion)Region of a dataflow endpoint.DataflowEndpointConfig.BuilderDataflowEndpointConfig. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type DataflowEndpointConfig.Builder Modifier and Type Method Description static Class<? extends DataflowEndpointConfig.Builder>DataflowEndpointConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type DataflowEndpointConfig.Builder Modifier and Type Method Description default ConfigTypeData.BuilderConfigTypeData.Builder. dataflowEndpointConfig(Consumer<DataflowEndpointConfig.Builder> dataflowEndpointConfig)Information about the dataflow endpointConfig.static ConfigTypeDataConfigTypeData. fromDataflowEndpointConfig(Consumer<DataflowEndpointConfig.Builder> dataflowEndpointConfig)Create an instance of this class withConfigTypeData.dataflowEndpointConfig()initialized to the given value.
-