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 input data.
|
default AutoMLDataSource.Builder |
s3DataSource(Consumer<AutoMLS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the input data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLDataSource.Builder s3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the input data.
s3DataSource - The Amazon S3 location of the input data.default AutoMLDataSource.Builder s3DataSource(Consumer<AutoMLS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the input data.
This is a convenience method 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 © 2022. All rights reserved.