Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.InputChannelDataSource.Builder
-
Packages that use InputChannelDataSource.Builder Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of InputChannelDataSource.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return InputChannelDataSource.Builder Modifier and Type Method Description static InputChannelDataSource.BuilderInputChannelDataSource. builder()default InputChannelDataSource.BuilderInputChannelDataSource.Builder. protectedQueryInputParameters(Consumer<ProtectedQueryInputParameters.Builder> protectedQueryInputParameters)Sets the value of the ProtectedQueryInputParameters property for this object.InputChannelDataSource.BuilderInputChannelDataSource.Builder. protectedQueryInputParameters(ProtectedQueryInputParameters protectedQueryInputParameters)Sets the value of the ProtectedQueryInputParameters property for this object.InputChannelDataSource.BuilderInputChannelDataSource. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type InputChannelDataSource.Builder Modifier and Type Method Description static Class<? extends InputChannelDataSource.Builder>InputChannelDataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type InputChannelDataSource.Builder Modifier and Type Method Description default InputChannel.BuilderInputChannel.Builder. dataSource(Consumer<InputChannelDataSource.Builder> dataSource)The data source that is used to create the ML input channel.
-