| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
AWS Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRecipeJobResult> |
AbstractAWSGlueDataBrewAsync.updateRecipeJobAsync(UpdateRecipeJobRequest request,
AsyncHandler<UpdateRecipeJobRequest,UpdateRecipeJobResult> asyncHandler) |
Future<UpdateRecipeJobResult> |
AWSGlueDataBrewAsyncClient.updateRecipeJobAsync(UpdateRecipeJobRequest request,
AsyncHandler<UpdateRecipeJobRequest,UpdateRecipeJobResult> asyncHandler) |
Future<UpdateRecipeJobResult> |
AWSGlueDataBrewAsync.updateRecipeJobAsync(UpdateRecipeJobRequest updateRecipeJobRequest,
AsyncHandler<UpdateRecipeJobRequest,UpdateRecipeJobResult> asyncHandler)
Modifies the definition of an existing DataBrew recipe job.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.clone() |
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withLogSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withLogSubscription(String logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can consume when the job processes data.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withName(String name)
The name of the job to update.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withOutputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed when DataBrew
runs the job.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withTimeout(Integer timeout)
The job's timeout in minutes.
|
Copyright © 2021. All rights reserved.