Job.Builder |
Job.Builder.accountId(String accountId) |
The ID of the Amazon Web Services account that owns the job.
|
static Job.Builder |
Job.builder() |
|
Job.Builder |
Job.Builder.createDate(Instant createDate) |
The date and time that the job was created.
|
Job.Builder |
Job.Builder.createdBy(String createdBy) |
The Amazon Resource Name (ARN) of the user who created the job.
|
Job.Builder |
Job.Builder.databaseOutputs(Collection<DatabaseOutput> databaseOutputs) |
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe
job to write into.
|
Job.Builder |
Job.Builder.databaseOutputs(Consumer<DatabaseOutput.Builder>... databaseOutputs) |
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe
job to write into.
|
Job.Builder |
Job.Builder.databaseOutputs(DatabaseOutput... databaseOutputs) |
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe
job to write into.
|
Job.Builder |
Job.Builder.dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
Job.Builder |
Job.Builder.dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
Job.Builder |
Job.Builder.dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
Job.Builder |
Job.Builder.datasetName(String datasetName) |
A dataset that the job is to process.
|
Job.Builder |
Job.Builder.encryptionKeyArn(String encryptionKeyArn) |
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
|
Job.Builder |
Job.Builder.encryptionMode(String encryptionMode) |
The encryption mode for the job, which can be one of the following:
|
Job.Builder |
Job.Builder.encryptionMode(EncryptionMode encryptionMode) |
The encryption mode for the job, which can be one of the following:
|
default Job.Builder |
Job.Builder.jobSample(Consumer<JobSample.Builder> jobSample) |
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is
run.
|
Job.Builder |
Job.Builder.jobSample(JobSample jobSample) |
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is
run.
|
Job.Builder |
Job.Builder.lastModifiedBy(String lastModifiedBy) |
The Amazon Resource Name (ARN) of the user who last modified the job.
|
Job.Builder |
Job.Builder.lastModifiedDate(Instant lastModifiedDate) |
The modification date and time of the job.
|
Job.Builder |
Job.Builder.logSubscription(String logSubscription) |
The current status of Amazon CloudWatch logging for the job.
|
Job.Builder |
Job.Builder.logSubscription(LogSubscription logSubscription) |
The current status of Amazon CloudWatch logging for the job.
|
Job.Builder |
Job.Builder.maxCapacity(Integer maxCapacity) |
The maximum number of nodes that can be consumed when the job processes data.
|
Job.Builder |
Job.Builder.maxRetries(Integer maxRetries) |
The maximum number of times to retry the job after a job run fails.
|
Job.Builder |
Job.Builder.name(String name) |
The unique name of the job.
|
Job.Builder |
Job.Builder.outputs(Collection<Output> outputs) |
One or more artifacts that represent output from running the job.
|
Job.Builder |
Job.Builder.outputs(Consumer<Output.Builder>... outputs) |
One or more artifacts that represent output from running the job.
|
Job.Builder |
Job.Builder.outputs(Output... outputs) |
One or more artifacts that represent output from running the job.
|
Job.Builder |
Job.Builder.projectName(String projectName) |
The name of the project that the job is associated with.
|
default Job.Builder |
Job.Builder.recipeReference(Consumer<RecipeReference.Builder> recipeReference) |
A set of steps that the job runs.
|
Job.Builder |
Job.Builder.recipeReference(RecipeReference recipeReference) |
A set of steps that the job runs.
|
Job.Builder |
Job.Builder.resourceArn(String resourceArn) |
The unique Amazon Resource Name (ARN) for the job.
|
Job.Builder |
Job.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the role to be assumed for this job.
|
Job.Builder |
Job.Builder.tags(Map<String,String> tags) |
Metadata tags that have been applied to the job.
|
Job.Builder |
Job.Builder.timeout(Integer timeout) |
The job's timeout in minutes.
|
Job.Builder |
Job.toBuilder() |
|
Job.Builder |
Job.Builder.type(String type) |
The job type of the job, which must be one of the following:
|
Job.Builder |
Job.Builder.type(JobType type) |
The job type of the job, which must be one of the following:
|
Job.Builder |
Job.Builder.validationConfigurations(Collection<ValidationConfiguration> validationConfigurations) |
List of validation configurations that are applied to the profile job.
|
Job.Builder |
Job.Builder.validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations) |
List of validation configurations that are applied to the profile job.
|
Job.Builder |
Job.Builder.validationConfigurations(ValidationConfiguration... validationConfigurations) |
List of validation configurations that are applied to the profile job.
|