Class DatabaseTableOutputOptions
- java.lang.Object
-
- software.amazon.awssdk.services.databrew.model.DatabaseTableOutputOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatabaseTableOutputOptions.Builder,DatabaseTableOutputOptions>
@Generated("software.amazon.awssdk:codegen") public final class DatabaseTableOutputOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseTableOutputOptions.Builder,DatabaseTableOutputOptions>
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatabaseTableOutputOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatabaseTableOutputOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DatabaseTableOutputOptions.Builder>serializableBuilderClass()StringtableName()A prefix for the name of a table DataBrew will create in the database.S3LocationtempDirectory()Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.DatabaseTableOutputOptions.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
-
tempDirectory
public final S3Location tempDirectory()
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
- Returns:
- Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
-
tableName
public final String tableName()
A prefix for the name of a table DataBrew will create in the database.
- Returns:
- A prefix for the name of a table DataBrew will create in the database.
-
toBuilder
public DatabaseTableOutputOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatabaseTableOutputOptions.Builder,DatabaseTableOutputOptions>
-
builder
public static DatabaseTableOutputOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatabaseTableOutputOptions.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-