Interface DataCatalogOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataCatalogOutput.Builder,,- DataCatalogOutput> - SdkBuilder<DataCatalogOutput.Builder,,- DataCatalogOutput> - SdkPojo
- Enclosing class:
- DataCatalogOutput
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.databaseName(String databaseName) The name of a database in the Data Catalog.default DataCatalogOutput.BuilderdatabaseOptions(Consumer<DatabaseTableOutputOptions.Builder> databaseOptions) Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.databaseOptions(DatabaseTableOutputOptions databaseOptions) Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.A value that, if true, means that any data in the location specified for output is overwritten with new output.default DataCatalogOutput.Builders3Options(Consumer<S3TableOutputOptions.Builder> s3Options) Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.s3Options(S3TableOutputOptions s3Options) Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.The name of a table in the Data Catalog.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
catalogIdThe unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data. - Parameters:
- catalogId- The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
databaseNameThe name of a database in the Data Catalog. - Parameters:
- databaseName- The name of a database in the Data Catalog.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tableNameThe name of a table in the Data Catalog. - Parameters:
- tableName- The name of a table in the Data Catalog.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3OptionsRepresents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs. - Parameters:
- s3Options- Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3OptionsRepresents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs. This is a convenience method that creates an instance of theS3TableOutputOptions.Builderavoiding the need to create one manually viaS3TableOutputOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Options(S3TableOutputOptions).- Parameters:
- s3Options- a consumer that will call methods on- S3TableOutputOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
databaseOptionsRepresents options that specify how and where DataBrew writes the database output generated by recipe jobs. - Parameters:
- databaseOptions- Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
databaseOptionsdefault DataCatalogOutput.Builder databaseOptions(Consumer<DatabaseTableOutputOptions.Builder> databaseOptions) Represents options that specify how and where DataBrew writes the database output generated by recipe jobs. This is a convenience method that creates an instance of theDatabaseTableOutputOptions.Builderavoiding the need to create one manually viaDatabaseTableOutputOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todatabaseOptions(DatabaseTableOutputOptions).- Parameters:
- databaseOptions- a consumer that will call methods on- DatabaseTableOutputOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overwriteA value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions. - Parameters:
- 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:
- Returns a reference to this object so that method calls can be chained together.
 
 
-