@Stability(value=Experimental) public static final class DataSource.Builder extends Object implements software.amazon.jsii.Builder<DataSource>
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() |
@Stability(value=Experimental) 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@Stability(value=Experimental) public DataSource build()
build in interface software.amazon.jsii.Builder<DataSource>DataSourceNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.