Uses of Interface
software.amazon.awssdk.services.braket.model.DataSource.Builder
-
Packages that use DataSource.Builder Package Description software.amazon.awssdk.services.braket.model -
-
Uses of DataSource.Builder in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return DataSource.Builder Modifier and Type Method Description static DataSource.BuilderDataSource. builder()default DataSource.BuilderDataSource.Builder. s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)Information about the data stored in Amazon S3 used by the Amazon Braket job.DataSource.BuilderDataSource.Builder. s3DataSource(S3DataSource s3DataSource)Information about the data stored in Amazon S3 used by the Amazon Braket job.DataSource.BuilderDataSource. toBuilder()Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type DataSource.Builder Modifier and Type Method Description static Class<? extends DataSource.Builder>DataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.braket.model with type arguments of type DataSource.Builder Modifier and Type Method Description default InputFileConfig.BuilderInputFileConfig.Builder. dataSource(Consumer<DataSource.Builder> dataSource)The location of the channel data.
-