Class DatabaseInputDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.databrew.model.DatabaseInputDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatabaseInputDefinition.Builder,DatabaseInputDefinition>
@Generated("software.amazon.awssdk:codegen") public final class DatabaseInputDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseInputDefinition.Builder,DatabaseInputDefinition>
Connection information for dataset input files stored in a database.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatabaseInputDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatabaseInputDefinition.Builderbuilder()StringdatabaseTableName()The table within the target database.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringglueConnectionName()The Glue Connection that stores the connection information for the target database.inthashCode()StringqueryString()Custom SQL to run against the provided Glue connection.List<SdkField<?>>sdkFields()static Class<? extends DatabaseInputDefinition.Builder>serializableBuilderClass()S3LocationtempDirectory()Returns the value of the TempDirectory property for this object.DatabaseInputDefinition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
glueConnectionName
public final String glueConnectionName()
The Glue Connection that stores the connection information for the target database.
- Returns:
- The Glue Connection that stores the connection information for the target database.
-
databaseTableName
public final String databaseTableName()
The table within the target database.
- Returns:
- The table within the target database.
-
tempDirectory
public final S3Location tempDirectory()
Returns the value of the TempDirectory property for this object.- Returns:
- The value of the TempDirectory property for this object.
-
queryString
public final String queryString()
Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.
- Returns:
- Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.
-
toBuilder
public DatabaseInputDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatabaseInputDefinition.Builder,DatabaseInputDefinition>
-
builder
public static DatabaseInputDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatabaseInputDefinition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-