public static interface AutoMLDataSource.Builder extends SdkPojo, CopyableBuilder<AutoMLDataSource.Builder,AutoMLDataSource>
| Modifier and Type | Method and Description |
|---|---|
AutoMLDataSource.Builder |
s3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the data.
|
default AutoMLDataSource.Builder |
s3DataSource(Consumer<AutoMLS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLDataSource.Builder s3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the data.
s3DataSource - The Amazon S3 location of the data.default AutoMLDataSource.Builder s3DataSource(Consumer<AutoMLS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the data.
This is a convenience that creates an instance of theAutoMLS3DataSource.Builder avoiding the need to
create one manually via AutoMLS3DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataSource(AutoMLS3DataSource).s3DataSource - a consumer that will call methods on AutoMLS3DataSource.Builders3DataSource(AutoMLS3DataSource)Copyright © 2020. All rights reserved.