@Generated(value="software.amazon.awssdk:codegen") public final class DatabaseOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseOutput.Builder,DatabaseOutput>
Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatabaseOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseOutput.Builder |
builder() |
DatabaseTableOutputOptions |
databaseOptions()
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DatabaseOutputMode |
databaseOutputMode()
The output mode to write into the database.
|
String |
databaseOutputModeAsString()
The output mode to write into the database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
glueConnectionName()
The Glue connection that stores the connection information for the target database.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatabaseOutput.Builder> |
serializableBuilderClass() |
DatabaseOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String glueConnectionName()
The Glue connection that stores the connection information for the target database.
public final DatabaseTableOutputOptions databaseOptions()
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
public final DatabaseOutputMode databaseOutputMode()
The output mode to write into the database. Currently supported option: NEW_TABLE.
If the service returns an enum value that is not available in the current SDK version,
databaseOutputMode will return DatabaseOutputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from databaseOutputModeAsString().
DatabaseOutputModepublic final String databaseOutputModeAsString()
The output mode to write into the database. Currently supported option: NEW_TABLE.
If the service returns an enum value that is not available in the current SDK version,
databaseOutputMode will return DatabaseOutputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from databaseOutputModeAsString().
DatabaseOutputModepublic DatabaseOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatabaseOutput.Builder,DatabaseOutput>public static DatabaseOutput.Builder builder()
public static Class<? extends DatabaseOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.