public static interface DatabaseInput.Builder extends 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)
A list of key-value pairs that define parameters and properties of the database.
|
copyapply, buildDatabaseInput.Builder name(String name)
Name of the database.
name - Name of the database.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)
A list of key-value pairs that define parameters and properties of the database.
parameters - A list of key-value pairs that define parameters and properties of the database.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.