@Stability(value=Stable) public static final class CfnDatabase.DatabaseInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatabase.DatabaseInputProperty>
CfnDatabase.DatabaseInputProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder createTableDefaultPermissions(IResolvable createTableDefaultPermissions)
CfnDatabase.DatabaseInputProperty.getCreateTableDefaultPermissions()createTableDefaultPermissions - Creates a set of default permissions on the table for principals.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder createTableDefaultPermissions(List<? extends Object> createTableDefaultPermissions)
CfnDatabase.DatabaseInputProperty.getCreateTableDefaultPermissions()createTableDefaultPermissions - Creates a set of default permissions on the table for principals.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder description(String description)
CfnDatabase.DatabaseInputProperty.getDescription()description - A description of the database.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder locationUri(String locationUri)
CfnDatabase.DatabaseInputProperty.getLocationUri()locationUri - The location of the database (for example, an HDFS path).this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder name(String name)
CfnDatabase.DatabaseInputProperty.getName()name - The name of the database.
For Hive compatibility, this is folded to lowercase when it is stored.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder parameters(Object parameters)
CfnDatabase.DatabaseInputProperty.getParameters()parameters - These key-value pairs define parameters and properties of the database.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder targetDatabase(CfnDatabase.DatabaseIdentifierProperty targetDatabase)
CfnDatabase.DatabaseInputProperty.getTargetDatabase()targetDatabase - A `DatabaseIdentifier` structure that describes a target database for resource linking.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder targetDatabase(IResolvable targetDatabase)
CfnDatabase.DatabaseInputProperty.getTargetDatabase()targetDatabase - A `DatabaseIdentifier` structure that describes a target database for resource linking.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty build()
build in interface software.amazon.jsii.Builder<CfnDatabase.DatabaseInputProperty>CfnDatabase.DatabaseInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.