| 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 |
|---|---|
DescribeJobResult |
AbstractAWSGlueDataBrew.describeJob(DescribeJobRequest request) |
DescribeJobResult |
AWSGlueDataBrew.describeJob(DescribeJobRequest describeJobRequest)
Returns the definition of a specific DataBrew job.
|
DescribeJobResult |
AWSGlueDataBrewClient.describeJob(DescribeJobRequest request)
Returns the definition of a specific DataBrew job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeJobResult> |
AbstractAWSGlueDataBrewAsync.describeJobAsync(DescribeJobRequest request,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler) |
Future<DescribeJobResult> |
AWSGlueDataBrewAsync.describeJobAsync(DescribeJobRequest describeJobRequest,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler)
Returns the definition of a specific DataBrew job.
|
Future<DescribeJobResult> |
AWSGlueDataBrewAsyncClient.describeJobAsync(DescribeJobRequest request,
AsyncHandler<DescribeJobRequest,DescribeJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeJobResult |
DescribeJobResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeJobResult |
DescribeJobResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeJobResult |
DescribeJobResult.clone() |
DescribeJobResult |
DescribeJobResult.withCreateDate(Date createDate)
The date and time that the job was created.
|
DescribeJobResult |
DescribeJobResult.withCreatedBy(String createdBy)
The identifier (user name) of the user associated with the creation of the job.
|
DescribeJobResult |
DescribeJobResult.withDatabaseOutputs(Collection<DatabaseOutput> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
DescribeJobResult |
DescribeJobResult.withDatabaseOutputs(DatabaseOutput... databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
DescribeJobResult |
DescribeJobResult.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResult |
DescribeJobResult.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResult |
DescribeJobResult.withDatasetName(String datasetName)
The dataset that the job acts upon.
|
DescribeJobResult |
DescribeJobResult.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
DescribeJobResult |
DescribeJobResult.withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
DescribeJobResult |
DescribeJobResult.withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
DescribeJobResult |
DescribeJobResult.withJobSample(JobSample jobSample)
Sample configuration for profile jobs only.
|
DescribeJobResult |
DescribeJobResult.withLastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the job.
|
DescribeJobResult |
DescribeJobResult.withLastModifiedDate(Date lastModifiedDate)
The date and time that the job was last modified.
|
DescribeJobResult |
DescribeJobResult.withLogSubscription(LogSubscription logSubscription)
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
DescribeJobResult |
DescribeJobResult.withLogSubscription(String logSubscription)
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
DescribeJobResult |
DescribeJobResult.withMaxCapacity(Integer maxCapacity)
The maximum number of compute nodes that DataBrew can consume when the job processes data.
|
DescribeJobResult |
DescribeJobResult.withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
DescribeJobResult |
DescribeJobResult.withName(String name)
The name of the job.
|
DescribeJobResult |
DescribeJobResult.withOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResult |
DescribeJobResult.withOutputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResult |
DescribeJobResult.withProfileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs.
|
DescribeJobResult |
DescribeJobResult.withProjectName(String projectName)
The DataBrew project associated with this job.
|
DescribeJobResult |
DescribeJobResult.withRecipeReference(RecipeReference recipeReference) |
DescribeJobResult |
DescribeJobResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the job.
|
DescribeJobResult |
DescribeJobResult.withRoleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
|
DescribeJobResult |
DescribeJobResult.withTags(Map<String,String> tags)
Metadata tags associated with this job.
|
DescribeJobResult |
DescribeJobResult.withTimeout(Integer timeout)
The job's timeout in minutes.
|
DescribeJobResult |
DescribeJobResult.withType(JobType type)
The job type, which must be one of the following:
|
DescribeJobResult |
DescribeJobResult.withType(String type)
The job type, which must be one of the following:
|
DescribeJobResult |
DescribeJobResult.withValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
DescribeJobResult |
DescribeJobResult.withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
Copyright © 2024. All rights reserved.