Class DataCatalogOutput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataCatalogOutput.Builder,DataCatalogOutput>
Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DataCatalogOutput.Builderbuilder()final StringThe unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.final StringThe name of a database in the Data Catalog.Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanA value that, if true, means that any data in the location specified for output is overwritten with new output.final S3TableOutputOptionsRepresents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.static Class<? extends DataCatalogOutput.Builder> final StringThe name of a table in the Data Catalog.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
catalogId
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
- Returns:
- The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
-
databaseName
The name of a database in the Data Catalog.
- Returns:
- The name of a database in the Data Catalog.
-
tableName
The name of a table in the Data Catalog.
- Returns:
- The name of a table in the Data Catalog.
-
s3Options
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
- Returns:
- Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
-
databaseOptions
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
- Returns:
- Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
-
overwrite
A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
- Returns:
- A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DataCatalogOutput.Builder,DataCatalogOutput> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-