public static interface DataSource.Builder extends CopyableBuilder<DataSource.Builder,DataSource>
| Modifier and Type | Method and Description |
|---|---|
default DataSource.Builder |
s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)
The S3 location of the data source that is associated with a channel.
|
DataSource.Builder |
s3DataSource(S3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
|
copyapply, buildDataSource.Builder s3DataSource(S3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
s3DataSource - The S3 location of the data source that is associated with a channel.default DataSource.Builder s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)
The S3 location of the data source that is associated with a channel.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.