public static interface InputFileConfig.Builder extends SdkPojo, CopyableBuilder<InputFileConfig.Builder,InputFileConfig>
| Modifier and Type | Method and Description |
|---|---|
InputFileConfig.Builder |
channelName(String channelName)
A named input source that an Amazon Braket job can consume.
|
InputFileConfig.Builder |
contentType(String contentType)
The MIME type of the data.
|
default InputFileConfig.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
The location of the channel data.
|
InputFileConfig.Builder |
dataSource(DataSource dataSource)
The location of the channel data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputFileConfig.Builder channelName(String channelName)
A named input source that an Amazon Braket job can consume.
channelName - A named input source that an Amazon Braket job can consume.InputFileConfig.Builder contentType(String contentType)
The MIME type of the data.
contentType - The MIME type of the data.InputFileConfig.Builder dataSource(DataSource dataSource)
The location of the channel data.
dataSource - The location of the channel data.default InputFileConfig.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The location of the channel data.
This is a convenience method that creates an instance of theDataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).
dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)Copyright © 2023. All rights reserved.