| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProfileJobResult> |
AbstractAWSGlueDataBrewAsync.updateProfileJobAsync(UpdateProfileJobRequest request,
AsyncHandler<UpdateProfileJobRequest,UpdateProfileJobResult> asyncHandler) |
Future<UpdateProfileJobResult> |
AWSGlueDataBrewAsync.updateProfileJobAsync(UpdateProfileJobRequest updateProfileJobRequest,
AsyncHandler<UpdateProfileJobRequest,UpdateProfileJobResult> asyncHandler)
Modifies the definition of an existing profile job.
|
Future<UpdateProfileJobResult> |
AWSGlueDataBrewAsyncClient.updateProfileJobAsync(UpdateProfileJobRequest request,
AsyncHandler<UpdateProfileJobRequest,UpdateProfileJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileJobRequest |
UpdateProfileJobRequest.clone() |
UpdateProfileJobRequest |
UpdateProfileJobRequest.withConfiguration(ProfileConfiguration configuration)
Configuration for profile jobs.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withJobSample(JobSample jobSample)
Sample configuration for Profile Jobs only.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withLogSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withLogSubscription(String logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withMaxCapacity(Integer maxCapacity)
The maximum number of compute nodes that DataBrew can use when the job processes data.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withName(String name)
The name of the job to be updated.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withOutputLocation(S3Location outputLocation) |
UpdateProfileJobRequest |
UpdateProfileJobRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs
the job.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withTimeout(Integer timeout)
The job's timeout in minutes.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
UpdateProfileJobRequest |
UpdateProfileJobRequest.withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
Copyright © 2022. All rights reserved.