Interface InputFileConfig.Builder

    • Method Detail

      • channelName

        InputFileConfig.Builder channelName​(String channelName)

        A named input source that an Amazon Braket job can consume.

        Parameters:
        channelName - A named input source that an Amazon Braket job can consume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        InputFileConfig.Builder contentType​(String contentType)

        The MIME type of the data.

        Parameters:
        contentType - The MIME type of the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSource

        InputFileConfig.Builder dataSource​(DataSource dataSource)

        The location of the channel data.

        Parameters:
        dataSource - The location of the channel data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.