public static interface DataSource.Builder extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
| Modifier and Type | Method and Description |
|---|---|
default DataSource.Builder |
s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
|
DataSource.Builder |
s3DataSource(S3DataSource s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSource.Builder s3DataSource(S3DataSource s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
s3DataSource - Information about the data stored in Amazon S3 used by the Amazon Braket job.default DataSource.Builder s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
This is a convenience method that creates an instance of theS3DataSource.Builder avoiding the need
to create one manually via S3DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataSource(S3DataSource).
s3DataSource - a consumer that will call methods on S3DataSource.Builders3DataSource(S3DataSource)Copyright © 2023. All rights reserved.