public static interface DatabaseInput.Builder extends SdkPojo, CopyableBuilder<DatabaseInput.Builder,DatabaseInput>
Modifier and Type | Method and Description |
---|---|
DatabaseInput.Builder |
description(String description)
Description of the database
|
DatabaseInput.Builder |
locationUri(String locationUri)
The location of the database (for example, an HDFS path).
|
DatabaseInput.Builder |
name(String name)
Name of the database.
|
DatabaseInput.Builder |
parameters(Map<String,String> parameters)
Thes key-value pairs define parameters and properties of the database.
|
copy
applyMutation, build
DatabaseInput.Builder name(String name)
Name of the database. For Hive compatibility, this is folded to lowercase when it is stored.
name
- Name of the database. For Hive compatibility, this is folded to lowercase when it is stored.DatabaseInput.Builder description(String description)
Description of the database
description
- Description of the databaseDatabaseInput.Builder locationUri(String locationUri)
The location of the database (for example, an HDFS path).
locationUri
- The location of the database (for example, an HDFS path).DatabaseInput.Builder parameters(Map<String,String> parameters)
Thes key-value pairs define parameters and properties of the database.
parameters
- Thes key-value pairs define parameters and properties of the database.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.