static DescribeJobResponse.Builder |
DescribeJobResponse.builder() |
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.createDate(Instant createDate) |
The date and time that the job was created.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.createdBy(String createdBy) |
The identifier (user name) of the user associated with the creation of the job.
|
DescribeJobResponse.Builder |
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 |
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 |
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 |
DescribeJobResponse.Builder.dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.datasetName(String datasetName) |
The dataset that the job acts upon.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.encryptionKeyArn(String encryptionKeyArn) |
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.encryptionMode(String encryptionMode) |
The encryption mode for the job, which can be one of the following:
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.encryptionMode(EncryptionMode encryptionMode) |
The encryption mode for the job, which can be one of the following:
|
default DescribeJobResponse.Builder |
DescribeJobResponse.Builder.jobSample(Consumer<JobSample.Builder> jobSample) |
Sample configuration for profile jobs only.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.jobSample(JobSample jobSample) |
Sample configuration for profile jobs only.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.lastModifiedBy(String lastModifiedBy) |
The identifier (user name) of the user who last modified the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.lastModifiedDate(Instant lastModifiedDate) |
The date and time that the job was last modified.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.logSubscription(String logSubscription) |
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.logSubscription(LogSubscription logSubscription) |
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.maxCapacity(Integer maxCapacity) |
The maximum number of compute nodes that DataBrew can consume when the job processes data.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.maxRetries(Integer maxRetries) |
The maximum number of times to retry the job after a job run fails.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.name(String name) |
The name of the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.outputs(Collection<Output> outputs) |
One or more artifacts that represent the output from running the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.outputs(Consumer<Output.Builder>... outputs) |
One or more artifacts that represent the output from running the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.outputs(Output... outputs) |
One or more artifacts that represent the output from running the job.
|
default DescribeJobResponse.Builder |
DescribeJobResponse.Builder.profileConfiguration(Consumer<ProfileConfiguration.Builder> profileConfiguration) |
Configuration for profile jobs.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.profileConfiguration(ProfileConfiguration profileConfiguration) |
Configuration for profile jobs.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.projectName(String projectName) |
The DataBrew project associated with this job.
|
default DescribeJobResponse.Builder |
DescribeJobResponse.Builder.recipeReference(Consumer<RecipeReference.Builder> recipeReference) |
Sets the value of the RecipeReference property for this object.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.recipeReference(RecipeReference recipeReference) |
Sets the value of the RecipeReference property for this object.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.resourceArn(String resourceArn) |
The Amazon Resource Name (ARN) of the job.
|
DescribeJobResponse.Builder |
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 |
DescribeJobResponse.Builder.tags(Map<String,String> tags) |
Metadata tags associated with this job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.timeout(Integer timeout) |
The job's timeout in minutes.
|
DescribeJobResponse.Builder |
DescribeJobResponse.toBuilder() |
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.type(String type) |
The job type, which must be one of the following:
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.type(JobType type) |
The job type, which must be one of the following:
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.validationConfigurations(Collection<ValidationConfiguration> validationConfigurations) |
List of validation configurations that are applied to the profile job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations) |
List of validation configurations that are applied to the profile job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.validationConfigurations(ValidationConfiguration... validationConfigurations) |
List of validation configurations that are applied to the profile job.
|