Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.InputChannel.Builder
-
Packages that use InputChannel.Builder Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of InputChannel.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return InputChannel.Builder Modifier and Type Method Description static InputChannel.BuilderInputChannel. builder()default InputChannel.BuilderInputChannel.Builder. dataSource(Consumer<InputChannelDataSource.Builder> dataSource)The data source that is used to create the ML input channel.InputChannel.BuilderInputChannel.Builder. dataSource(InputChannelDataSource dataSource)The data source that is used to create the ML input channel.InputChannel.BuilderInputChannel.Builder. roleArn(String roleArn)The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in thedataSourcefield the input channel.InputChannel.BuilderInputChannel. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type InputChannel.Builder Modifier and Type Method Description static Class<? extends InputChannel.Builder>InputChannel. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type InputChannel.Builder Modifier and Type Method Description default CreateMlInputChannelRequest.BuilderCreateMlInputChannelRequest.Builder. inputChannel(Consumer<InputChannel.Builder> inputChannel)The input data that is used to create this ML input channel.default GetMlInputChannelResponse.BuilderGetMlInputChannelResponse.Builder. inputChannel(Consumer<InputChannel.Builder> inputChannel)The input channel that was used to create the ML input channel.
-