public static interface DescribeJobResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobResponse.Builder,DescribeJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobResponse.Builder |
createDate(Instant createDate)
The date and time that the job was created.
|
DescribeJobResponse.Builder |
createdBy(String createdBy)
The identifier (user name) of the user associated with the creation of the job.
|
DescribeJobResponse.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.
|
DescribeJobResponse.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.
|
DescribeJobResponse.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.
|
DescribeJobResponse.Builder |
dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResponse.Builder |
dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResponse.Builder |
dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResponse.Builder |
datasetName(String datasetName)
The dataset that the job acts upon.
|
DescribeJobResponse.Builder |
encryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
DescribeJobResponse.Builder |
encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
DescribeJobResponse.Builder |
encryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
default DescribeJobResponse.Builder |
jobSample(Consumer<JobSample.Builder> jobSample)
Sample configuration for profile jobs only.
|
DescribeJobResponse.Builder |
jobSample(JobSample jobSample)
Sample configuration for profile jobs only.
|
DescribeJobResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the job.
|
DescribeJobResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time that the job was last modified.
|
DescribeJobResponse.Builder |
logSubscription(LogSubscription logSubscription)
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
DescribeJobResponse.Builder |
logSubscription(String logSubscription)
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
DescribeJobResponse.Builder |
maxCapacity(Integer maxCapacity)
The maximum number of compute nodes that DataBrew can consume when the job processes data.
|
DescribeJobResponse.Builder |
maxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
DescribeJobResponse.Builder |
name(String name)
The name of the job.
|
DescribeJobResponse.Builder |
outputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResponse.Builder |
outputs(Consumer<Output.Builder>... outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResponse.Builder |
outputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
default DescribeJobResponse.Builder |
profileConfiguration(Consumer<ProfileConfiguration.Builder> profileConfiguration)
Configuration for profile jobs.
|
DescribeJobResponse.Builder |
profileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs.
|
DescribeJobResponse.Builder |
projectName(String projectName)
The DataBrew project associated with this job.
|
default DescribeJobResponse.Builder |
recipeReference(Consumer<RecipeReference.Builder> recipeReference)
Sets the value of the RecipeReference property for this object.
|
DescribeJobResponse.Builder |
recipeReference(RecipeReference recipeReference)
Sets the value of the RecipeReference property for this object.
|
DescribeJobResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the job.
|
DescribeJobResponse.Builder |
roleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
|
DescribeJobResponse.Builder |
tags(Map<String,String> tags)
Metadata tags associated with this job.
|
DescribeJobResponse.Builder |
timeout(Integer timeout)
The job's timeout in minutes.
|
DescribeJobResponse.Builder |
type(JobType type)
The job type, which must be one of the following:
|
DescribeJobResponse.Builder |
type(String type)
The job type, which must be one of the following:
|
DescribeJobResponse.Builder |
validationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
DescribeJobResponse.Builder |
validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
DescribeJobResponse.Builder |
validationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeJobResponse.Builder createDate(Instant createDate)
The date and time that the job was created.
createDate - The date and time that the job was created.DescribeJobResponse.Builder createdBy(String createdBy)
The identifier (user name) of the user associated with the creation of the job.
createdBy - The identifier (user name) of the user associated with the creation of the job.DescribeJobResponse.Builder datasetName(String datasetName)
The dataset that the job acts upon.
datasetName - The dataset that the job acts upon.DescribeJobResponse.Builder encryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.DescribeJobResponse.Builder encryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
SSE-KMS - Server-side encryption with keys managed by KMS.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
encryptionMode - The encryption mode for the job, which can be one of the following:
SSE-KMS - Server-side encryption with keys managed by KMS.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionMode,
EncryptionModeDescribeJobResponse.Builder encryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
SSE-KMS - Server-side encryption with keys managed by KMS.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
encryptionMode - The encryption mode for the job, which can be one of the following:
SSE-KMS - Server-side encryption with keys managed by KMS.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionMode,
EncryptionModeDescribeJobResponse.Builder name(String name)
The name of the job.
name - The name of the job.DescribeJobResponse.Builder type(String type)
The job type, which must be one of the following:
PROFILE - The job analyzes the dataset to determine its size, data types, data distribution, and
more.
RECIPE - The job applies one or more transformations to a dataset.
type - The job type, which must be one of the following:
PROFILE - The job analyzes the dataset to determine its size, data types, data
distribution, and more.
RECIPE - The job applies one or more transformations to a dataset.
JobType,
JobTypeDescribeJobResponse.Builder type(JobType type)
The job type, which must be one of the following:
PROFILE - The job analyzes the dataset to determine its size, data types, data distribution, and
more.
RECIPE - The job applies one or more transformations to a dataset.
type - The job type, which must be one of the following:
PROFILE - The job analyzes the dataset to determine its size, data types, data
distribution, and more.
RECIPE - The job applies one or more transformations to a dataset.
JobType,
JobTypeDescribeJobResponse.Builder lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the job.
lastModifiedBy - The identifier (user name) of the user who last modified the job.DescribeJobResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time that the job was last modified.
lastModifiedDate - The date and time that the job was last modified.DescribeJobResponse.Builder logSubscription(String logSubscription)
Indicates whether Amazon CloudWatch logging is enabled for this job.
logSubscription - Indicates whether Amazon CloudWatch logging is enabled for this job.LogSubscription,
LogSubscriptionDescribeJobResponse.Builder logSubscription(LogSubscription logSubscription)
Indicates whether Amazon CloudWatch logging is enabled for this job.
logSubscription - Indicates whether Amazon CloudWatch logging is enabled for this job.LogSubscription,
LogSubscriptionDescribeJobResponse.Builder maxCapacity(Integer maxCapacity)
The maximum number of compute nodes that DataBrew can consume when the job processes data.
maxCapacity - The maximum number of compute nodes that DataBrew can consume when the job processes data.DescribeJobResponse.Builder maxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
maxRetries - The maximum number of times to retry the job after a job run fails.DescribeJobResponse.Builder outputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
outputs - One or more artifacts that represent the output from running the job.DescribeJobResponse.Builder outputs(Output... outputs)
One or more artifacts that represent the output from running the job.
outputs - One or more artifacts that represent the output from running the job.DescribeJobResponse.Builder outputs(Consumer<Output.Builder>... outputs)
One or more artifacts that represent the output from running the job.
This is a convenience method that creates an instance of theOutput.Builder avoiding the need to create one
manually via Output.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #outputs(List.
outputs - a consumer that will call methods on
Output.Builder#outputs(java.util.CollectionDescribeJobResponse.Builder dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.DescribeJobResponse.Builder dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.DescribeJobResponse.Builder dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
This is a convenience method that creates an instance of theDataCatalogOutput.Builder avoiding the need to create
one manually via DataCatalogOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dataCatalogOutputs(List.
dataCatalogOutputs - a consumer that will call methods on
DataCatalogOutput.Builder#dataCatalogOutputs(java.util.Collection) DescribeJobResponse.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.
databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.DescribeJobResponse.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.
databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.DescribeJobResponse.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.
This is a convenience method that creates an instance of theDatabaseOutput.Builder avoiding the need to create one
manually via DatabaseOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #databaseOutputs(List.
databaseOutputs - a consumer that will call methods on
DatabaseOutput.Builder#databaseOutputs(java.util.Collection) DescribeJobResponse.Builder projectName(String projectName)
The DataBrew project associated with this job.
projectName - The DataBrew project associated with this job.DescribeJobResponse.Builder profileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
profileConfiguration - Configuration for profile jobs. Used to select columns, do evaluations, and override default
parameters of evaluations. When configuration is null, the profile job will run with default settings.default DescribeJobResponse.Builder profileConfiguration(Consumer<ProfileConfiguration.Builder> profileConfiguration)
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
This is a convenience method that creates an instance of theProfileConfiguration.Builder avoiding
the need to create one manually via ProfileConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to profileConfiguration(ProfileConfiguration).
profileConfiguration - a consumer that will call methods on ProfileConfiguration.BuilderprofileConfiguration(ProfileConfiguration)DescribeJobResponse.Builder validationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
validationConfigurations - List of validation configurations that are applied to the profile job.DescribeJobResponse.Builder validationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
validationConfigurations - List of validation configurations that are applied to the profile job.DescribeJobResponse.Builder validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations)
List of validation configurations that are applied to the profile job.
This is a convenience method that creates an instance of theValidationConfiguration.Builder avoiding the need to
create one manually via
ValidationConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #validationConfigurations(List.
validationConfigurations - a consumer that will call methods on
ValidationConfiguration.Builder#validationConfigurations(java.util.Collection) DescribeJobResponse.Builder recipeReference(RecipeReference recipeReference)
recipeReference - The new value for the RecipeReference property for this object.default DescribeJobResponse.Builder recipeReference(Consumer<RecipeReference.Builder> recipeReference)
RecipeReference.Builder avoiding the
need to create one manually via RecipeReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recipeReference(RecipeReference).
recipeReference - a consumer that will call methods on RecipeReference.BuilderrecipeReference(RecipeReference)DescribeJobResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the job.
resourceArn - The Amazon Resource Name (ARN) of the job.DescribeJobResponse.Builder roleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
roleArn - The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.DescribeJobResponse.Builder tags(Map<String,String> tags)
Metadata tags associated with this job.
tags - Metadata tags associated with this job.DescribeJobResponse.Builder timeout(Integer timeout)
The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status
of TIMEOUT.
timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a
status of TIMEOUT.DescribeJobResponse.Builder jobSample(JobSample jobSample)
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.
jobSample - Sample configuration for profile jobs only. Determines the number of rows on which the profile job
will be executed.default DescribeJobResponse.Builder jobSample(Consumer<JobSample.Builder> jobSample)
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.
This is a convenience method that creates an instance of theJobSample.Builder avoiding the need to
create one manually via JobSample.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobSample(JobSample).
jobSample - a consumer that will call methods on JobSample.BuilderjobSample(JobSample)Copyright © 2023. All rights reserved.