public static interface Database.Builder extends CopyableBuilder<Database.Builder,Database>
| Modifier and Type | Method and Description |
|---|---|
Database.Builder |
createTime(Instant createTime)
The time at which the metadata database was created in the catalog.
|
Database.Builder |
description(String description)
Description of the database.
|
Database.Builder |
locationUri(String locationUri)
The location of the database (for example, an HDFS path).
|
Database.Builder |
name(String name)
Name of the database.
|
Database.Builder |
parameters(Map<String,String> parameters)
A list of key-value pairs that define parameters and properties of the database.
|
copyapply, buildDatabase.Builder name(String name)
Name of the database.
name - Name of the database.Database.Builder description(String description)
Description of the database.
description - Description of the database.Database.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).Database.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.Database.Builder createTime(Instant createTime)
The time at which the metadata database was created in the catalog.
createTime - The time at which the metadata database was created in the catalog.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.