Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.Builder
Packages that use CfnJobPropsMixin.Builder
-
Uses of CfnJobPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.databrew
Methods in software.amazon.awscdk.cfnpropertymixins.services.databrew that return CfnJobPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnJobPropsMixin.BuilderCfnJobPropsMixin.Builder.create()static CfnJobPropsMixin.BuilderCfnJobPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnJobPropsMixin.Builder.databaseOutputs(List<? extends Object> databaseOutputs) Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.CfnJobPropsMixin.Builder.databaseOutputs(IResolvable databaseOutputs) Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.CfnJobPropsMixin.Builder.dataCatalogOutputs(List<? extends Object> dataCatalogOutputs) One or more artifacts that represent the AWS Glue Data Catalog output from running the job.CfnJobPropsMixin.Builder.dataCatalogOutputs(IResolvable dataCatalogOutputs) One or more artifacts that represent the AWS Glue Data Catalog output from running the job.CfnJobPropsMixin.Builder.datasetName(String datasetName) A dataset that the job is to process.CfnJobPropsMixin.Builder.encryptionKeyArn(String encryptionKeyArn) The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.CfnJobPropsMixin.Builder.encryptionMode(String encryptionMode) The encryption mode for the job, which can be one of the following:.CfnJobPropsMixin.Builder.jobSample(CfnJobPropsMixin.JobSampleProperty jobSample) A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.CfnJobPropsMixin.Builder.jobSample(IResolvable jobSample) A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.CfnJobPropsMixin.Builder.logSubscription(String logSubscription) The current status of Amazon CloudWatch logging for the job.CfnJobPropsMixin.Builder.maxCapacity(Number maxCapacity) The maximum number of nodes that can be consumed when the job processes data.CfnJobPropsMixin.Builder.maxRetries(Number maxRetries) The maximum number of times to retry the job after a job run fails.The unique name of the job.CfnJobPropsMixin.Builder.outputLocation(CfnJobPropsMixin.OutputLocationProperty outputLocation) The location in Amazon S3 where the job writes its output.CfnJobPropsMixin.Builder.outputLocation(IResolvable outputLocation) The location in Amazon S3 where the job writes its output.One or more artifacts that represent output from running the job.CfnJobPropsMixin.Builder.outputs(IResolvable outputs) One or more artifacts that represent output from running the job.CfnJobPropsMixin.Builder.profileConfiguration(CfnJobPropsMixin.ProfileConfigurationProperty profileConfiguration) Configuration for profile jobs.CfnJobPropsMixin.Builder.profileConfiguration(IResolvable profileConfiguration) Configuration for profile jobs.CfnJobPropsMixin.Builder.projectName(String projectName) The name of the project that the job is associated with.CfnJobPropsMixin.Builder.recipe(CfnJobPropsMixin.RecipeProperty recipe) A series of data transformation steps that the job runs.CfnJobPropsMixin.Builder.recipe(IResolvable recipe) A series of data transformation steps that the job runs.The Amazon Resource Name (ARN) of the role to be assumed for this job.Metadata tags that have been applied to the job.The job's timeout in minutes.The job type of the job, which must be one of the following:.CfnJobPropsMixin.Builder.validationConfigurations(List<? extends Object> validationConfigurations) List of validation configurations that are applied to the profile job.CfnJobPropsMixin.Builder.validationConfigurations(IResolvable validationConfigurations) List of validation configurations that are applied to the profile job.