@Stability(value=Stable) public static final class CfnDataSourceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSourceProps>
CfnDataSourceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSourceProps.Builder indexId(String indexId)
CfnDataSourceProps.getIndexId()indexId - `AWS::Kendra::DataSource.IndexId`. This parameter is required.this@Stability(value=Stable) public CfnDataSourceProps.Builder name(String name)
CfnDataSourceProps.getName()name - `AWS::Kendra::DataSource.Name`. This parameter is required.this@Stability(value=Stable) public CfnDataSourceProps.Builder type(String type)
CfnDataSourceProps.getType()type - `AWS::Kendra::DataSource.Type`. This parameter is required.this@Stability(value=Stable) public CfnDataSourceProps.Builder dataSourceConfiguration(CfnDataSource.DataSourceConfigurationProperty dataSourceConfiguration)
CfnDataSourceProps.getDataSourceConfiguration()dataSourceConfiguration - `AWS::Kendra::DataSource.DataSourceConfiguration`.this@Stability(value=Stable) public CfnDataSourceProps.Builder dataSourceConfiguration(IResolvable dataSourceConfiguration)
CfnDataSourceProps.getDataSourceConfiguration()dataSourceConfiguration - `AWS::Kendra::DataSource.DataSourceConfiguration`.this@Stability(value=Stable) public CfnDataSourceProps.Builder description(String description)
CfnDataSourceProps.getDescription()description - `AWS::Kendra::DataSource.Description`.this@Stability(value=Stable) public CfnDataSourceProps.Builder roleArn(String roleArn)
CfnDataSourceProps.getRoleArn()roleArn - `AWS::Kendra::DataSource.RoleArn`.this@Stability(value=Stable) public CfnDataSourceProps.Builder schedule(String schedule)
CfnDataSourceProps.getSchedule()schedule - `AWS::Kendra::DataSource.Schedule`.this@Stability(value=Stable) public CfnDataSourceProps.Builder tags(List<? extends CfnTag> tags)
CfnDataSourceProps.getTags()tags - `AWS::Kendra::DataSource.Tags`.this@Stability(value=Stable) public CfnDataSourceProps build()
build in interface software.amazon.jsii.Builder<CfnDataSourceProps>CfnDataSourcePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.