@Generated(value="software.amazon.awssdk:codegen") public final class DatabaseInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseInput.Builder,DatabaseInput>
The structure used to create or update a database.
Modifier and Type | Class and Description |
---|---|
static interface |
DatabaseInput.Builder |
Modifier and Type | Method and Description |
---|---|
static DatabaseInput.Builder |
builder() |
String |
description()
Description of the database
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
locationUri()
The location of the database (for example, an HDFS path).
|
String |
name()
Name of the database.
|
Map<String,String> |
parameters()
Thes key-value pairs define parameters and properties of the database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatabaseInput.Builder> |
serializableBuilderClass() |
DatabaseInput.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
Name of the database. For Hive compatibility, this is folded to lowercase when it is stored.
public String description()
Description of the database
public String locationUri()
The location of the database (for example, an HDFS path).
public Map<String,String> parameters()
Thes key-value pairs define parameters and properties of the database.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DatabaseInput.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DatabaseInput.Builder,DatabaseInput>
public static DatabaseInput.Builder builder()
public static Class<? extends DatabaseInput.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.