public static final class DataSource.Builder
extends java.lang.Object
DataSource
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataSource |
build()
Builds the configured instance.
|
DataSource.Builder |
s3DataSource(S3DataSource s3DataSource)
Sets the value of
DataSource.getS3DataSource() |
public DataSource.Builder s3DataSource(S3DataSource s3DataSource)
DataSource.getS3DataSource()
s3DataSource
- S3 location of the data source that is associated with a channel. This parameter is required.this
public DataSource build()
DataSource
java.lang.NullPointerException
- if any required attribute was not provided