| 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<CreateProfileJobResult> |
AbstractAWSGlueDataBrewAsync.createProfileJobAsync(CreateProfileJobRequest request,
AsyncHandler<CreateProfileJobRequest,CreateProfileJobResult> asyncHandler) |
Future<CreateProfileJobResult> |
AWSGlueDataBrewAsync.createProfileJobAsync(CreateProfileJobRequest createProfileJobRequest,
AsyncHandler<CreateProfileJobRequest,CreateProfileJobResult> asyncHandler)
Creates a new job to analyze a dataset and create its data profile.
|
Future<CreateProfileJobResult> |
AWSGlueDataBrewAsyncClient.createProfileJobAsync(CreateProfileJobRequest request,
AsyncHandler<CreateProfileJobRequest,CreateProfileJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileJobRequest |
CreateProfileJobRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProfileJobRequest |
CreateProfileJobRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProfileJobRequest |
CreateProfileJobRequest.clone() |
CreateProfileJobRequest |
CreateProfileJobRequest.withConfiguration(ProfileConfiguration configuration)
Configuration for profile jobs.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withDatasetName(String datasetName)
The name of the dataset that this job is to act upon.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
CreateProfileJobRequest |
CreateProfileJobRequest.withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
CreateProfileJobRequest |
CreateProfileJobRequest.withJobSample(JobSample jobSample)
Sample configuration for profile jobs only.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withLogSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withLogSubscription(String logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can use when the job processes data.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withName(String name)
The name of the job to be created.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withOutputLocation(S3Location outputLocation) |
CreateProfileJobRequest |
CreateProfileJobRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs
the job.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withTags(Map<String,String> tags)
Metadata tags to apply to this job.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withTimeout(Integer timeout)
The job's timeout in minutes.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
CreateProfileJobRequest |
CreateProfileJobRequest.withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
Copyright © 2022. All rights reserved.