Interface InputChannel.Builder

    • Method Detail

      • dataSource

        InputChannel.Builder dataSource​(InputChannelDataSource dataSource)

        The data source that is used to create the ML input channel.

        Parameters:
        dataSource - The data source that is used to create the ML input channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        InputChannel.Builder roleArn​(String roleArn)

        The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the dataSource field the input channel.

        Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.

        Parameters:
        roleArn - The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the dataSource field the input channel.

        Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.

        Returns:
        Returns a reference to this object so that method calls can be chained together.