Modifier and Type | Method and Description |
---|---|
CfnJob |
build() |
static CfnJob.Builder |
create(Construct scope,
java.lang.String id) |
CfnJob.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.
|
CfnJob.Builder |
databaseOutputs(java.util.List<? extends java.lang.Object> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
|
CfnJob.Builder |
dataCatalogOutputs(IResolvable dataCatalogOutputs)
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
|
CfnJob.Builder |
dataCatalogOutputs(java.util.List<? extends java.lang.Object> dataCatalogOutputs)
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
|
CfnJob.Builder |
datasetName(java.lang.String datasetName)
A dataset that the job is to process.
|
CfnJob.Builder |
encryptionKeyArn(java.lang.String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
|
CfnJob.Builder |
encryptionMode(java.lang.String encryptionMode)
The encryption mode for the job, which can be one of the following:.
|
CfnJob.Builder |
jobSample(CfnJob.JobSampleProperty jobSample)
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
|
CfnJob.Builder |
jobSample(IResolvable jobSample)
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
|
CfnJob.Builder |
logSubscription(java.lang.String logSubscription)
The current status of Amazon CloudWatch logging for the job.
|
CfnJob.Builder |
maxCapacity(java.lang.Number maxCapacity)
The maximum number of nodes that can be consumed when the job processes data.
|
CfnJob.Builder |
maxRetries(java.lang.Number maxRetries)
The maximum number of times to retry the job after a job run fails.
|
CfnJob.Builder |
name(java.lang.String name)
The unique name of the job.
|
CfnJob.Builder |
outputLocation(CfnJob.OutputLocationProperty outputLocation)
`AWS::DataBrew::Job.OutputLocation`.
|
CfnJob.Builder |
outputLocation(IResolvable outputLocation)
`AWS::DataBrew::Job.OutputLocation`.
|
CfnJob.Builder |
outputs(IResolvable outputs)
One or more artifacts that represent output from running the job.
|
CfnJob.Builder |
outputs(java.util.List<? extends java.lang.Object> outputs)
One or more artifacts that represent output from running the job.
|
CfnJob.Builder |
profileConfiguration(CfnJob.ProfileConfigurationProperty profileConfiguration)
Configuration for profile jobs.
|
CfnJob.Builder |
profileConfiguration(IResolvable profileConfiguration)
Configuration for profile jobs.
|
CfnJob.Builder |
projectName(java.lang.String projectName)
The name of the project that the job is associated with.
|
CfnJob.Builder |
recipe(CfnJob.RecipeProperty recipe)
A series of data transformation steps that the job runs.
|
CfnJob.Builder |
recipe(IResolvable recipe)
A series of data transformation steps that the job runs.
|
CfnJob.Builder |
roleArn(java.lang.String roleArn)
The Amazon Resource Name (ARN) of the role to be assumed for this job.
|
CfnJob.Builder |
tags(java.util.List<? extends CfnTag> tags)
Metadata tags that have been applied to the job.
|
CfnJob.Builder |
timeout(java.lang.Number timeout)
The job's timeout in minutes.
|
CfnJob.Builder |
type(java.lang.String type)
The job type of the job, which must be one of the following:.
|
CfnJob.Builder |
validationConfigurations(IResolvable validationConfigurations)
List of validation configurations that are applied to the profile job.
|
CfnJob.Builder |
validationConfigurations(java.util.List<? extends java.lang.Object> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
public static CfnJob.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnJob.AllowedStatisticsProperty.Builder
.public CfnJob.Builder name(java.lang.String name)
name
- The unique name of the job. This parameter is required.this
public CfnJob.Builder roleArn(java.lang.String roleArn)
roleArn
- The Amazon Resource Name (ARN) of the role to be assumed for this job. This parameter is required.this
public CfnJob.Builder type(java.lang.String type)
PROFILE
- A job to analyze a dataset, to determine its size, data types, data distribution, and more.RECIPE
- A job to apply one or more transformations to a dataset.type
- The job type of the job, which must be one of the following:. This parameter is required.this
public CfnJob.Builder databaseOutputs(IResolvable databaseOutputs)
databaseOutputs
- Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into. This parameter is required.this
public CfnJob.Builder databaseOutputs(java.util.List<? extends java.lang.Object> databaseOutputs)
databaseOutputs
- Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into. This parameter is required.this
public CfnJob.Builder dataCatalogOutputs(IResolvable dataCatalogOutputs)
dataCatalogOutputs
- One or more artifacts that represent the AWS Glue Data Catalog output from running the job. This parameter is required.this
public CfnJob.Builder dataCatalogOutputs(java.util.List<? extends java.lang.Object> dataCatalogOutputs)
dataCatalogOutputs
- One or more artifacts that represent the AWS Glue Data Catalog output from running the job. This parameter is required.this
public CfnJob.Builder datasetName(java.lang.String datasetName)
datasetName
- A dataset that the job is to process. This parameter is required.this
public CfnJob.Builder encryptionKeyArn(java.lang.String encryptionKeyArn)
For more information, see Encrypting data written by DataBrew jobs
encryptionKeyArn
- The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output. This parameter is required.this
public CfnJob.Builder encryptionMode(java.lang.String encryptionMode)
SSE-KMS
- Server-side encryption with keys managed by AWS KMS .SSE-S3
- Server-side encryption with keys managed by Amazon S3.encryptionMode
- The encryption mode for the job, which can be one of the following:. This parameter is required.this
public CfnJob.Builder jobSample(IResolvable jobSample)
If a JobSample
value isn't provided, the default value is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.
jobSample
- A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. This parameter is required.this
public CfnJob.Builder jobSample(CfnJob.JobSampleProperty jobSample)
If a JobSample
value isn't provided, the default value is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.
jobSample
- A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. This parameter is required.this
public CfnJob.Builder logSubscription(java.lang.String logSubscription)
logSubscription
- The current status of Amazon CloudWatch logging for the job. This parameter is required.this
public CfnJob.Builder maxCapacity(java.lang.Number maxCapacity)
maxCapacity
- The maximum number of nodes that can be consumed when the job processes data. This parameter is required.this
public CfnJob.Builder maxRetries(java.lang.Number maxRetries)
maxRetries
- The maximum number of times to retry the job after a job run fails. This parameter is required.this
public CfnJob.Builder outputLocation(IResolvable outputLocation)
outputLocation
- `AWS::DataBrew::Job.OutputLocation`. This parameter is required.this
public CfnJob.Builder outputLocation(CfnJob.OutputLocationProperty outputLocation)
outputLocation
- `AWS::DataBrew::Job.OutputLocation`. This parameter is required.this
public CfnJob.Builder outputs(IResolvable outputs)
outputs
- One or more artifacts that represent output from running the job. This parameter is required.this
public CfnJob.Builder outputs(java.util.List<? extends java.lang.Object> outputs)
outputs
- One or more artifacts that represent output from running the job. This parameter is required.this
public CfnJob.Builder profileConfiguration(IResolvable profileConfiguration)
Configuration can be used to select columns, do evaluations, and override default parameters of evaluations. When configuration is undefined, the profile job will apply default settings to all supported columns.
profileConfiguration
- Configuration for profile jobs. This parameter is required.this
public CfnJob.Builder profileConfiguration(CfnJob.ProfileConfigurationProperty profileConfiguration)
Configuration can be used to select columns, do evaluations, and override default parameters of evaluations. When configuration is undefined, the profile job will apply default settings to all supported columns.
profileConfiguration
- Configuration for profile jobs. This parameter is required.this
public CfnJob.Builder projectName(java.lang.String projectName)
projectName
- The name of the project that the job is associated with. This parameter is required.this
public CfnJob.Builder recipe(IResolvable recipe)
recipe
- A series of data transformation steps that the job runs. This parameter is required.this
public CfnJob.Builder recipe(CfnJob.RecipeProperty recipe)
recipe
- A series of data transformation steps that the job runs. This parameter is required.this
public CfnJob.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- Metadata tags that have been applied to the job. This parameter is required.this
public CfnJob.Builder timeout(java.lang.Number timeout)
A job that attempts to run longer than this timeout period ends with a status of TIMEOUT
.
timeout
- The job's timeout in minutes. This parameter is required.this
public CfnJob.Builder validationConfigurations(IResolvable validationConfigurations)
validationConfigurations
- List of validation configurations that are applied to the profile job. This parameter is required.this
public CfnJob.Builder validationConfigurations(java.util.List<? extends java.lang.Object> validationConfigurations)
validationConfigurations
- List of validation configurations that are applied to the profile job. This parameter is required.this
public CfnJob build()