@Stability(value=Stable) public static final class CfnDataSet.S3SourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSet.S3SourceProperty>
CfnDataSet.S3SourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSet.S3SourceProperty |
build()
Builds the configured instance.
|
CfnDataSet.S3SourceProperty.Builder |
dataSourceArn(String dataSourceArn)
Sets the value of
CfnDataSet.S3SourceProperty.getDataSourceArn() |
CfnDataSet.S3SourceProperty.Builder |
inputColumns(IResolvable inputColumns)
Sets the value of
CfnDataSet.S3SourceProperty.getInputColumns() |
CfnDataSet.S3SourceProperty.Builder |
inputColumns(List<? extends Object> inputColumns)
Sets the value of
CfnDataSet.S3SourceProperty.getInputColumns() |
CfnDataSet.S3SourceProperty.Builder |
uploadSettings(CfnDataSet.UploadSettingsProperty uploadSettings)
Sets the value of
CfnDataSet.S3SourceProperty.getUploadSettings() |
CfnDataSet.S3SourceProperty.Builder |
uploadSettings(IResolvable uploadSettings)
Sets the value of
CfnDataSet.S3SourceProperty.getUploadSettings() |
@Stability(value=Stable) public CfnDataSet.S3SourceProperty.Builder dataSourceArn(String dataSourceArn)
CfnDataSet.S3SourceProperty.getDataSourceArn()dataSourceArn - `CfnDataSet.S3SourceProperty.DataSourceArn`. This parameter is required.this@Stability(value=Stable) public CfnDataSet.S3SourceProperty.Builder inputColumns(IResolvable inputColumns)
CfnDataSet.S3SourceProperty.getInputColumns()inputColumns - `CfnDataSet.S3SourceProperty.InputColumns`. This parameter is required.this@Stability(value=Stable) public CfnDataSet.S3SourceProperty.Builder inputColumns(List<? extends Object> inputColumns)
CfnDataSet.S3SourceProperty.getInputColumns()inputColumns - `CfnDataSet.S3SourceProperty.InputColumns`. This parameter is required.this@Stability(value=Stable) public CfnDataSet.S3SourceProperty.Builder uploadSettings(CfnDataSet.UploadSettingsProperty uploadSettings)
CfnDataSet.S3SourceProperty.getUploadSettings()uploadSettings - `CfnDataSet.S3SourceProperty.UploadSettings`.this@Stability(value=Stable) public CfnDataSet.S3SourceProperty.Builder uploadSettings(IResolvable uploadSettings)
CfnDataSet.S3SourceProperty.getUploadSettings()uploadSettings - `CfnDataSet.S3SourceProperty.UploadSettings`.this@Stability(value=Stable) public CfnDataSet.S3SourceProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSet.S3SourceProperty>CfnDataSet.S3SourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.