static UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.builder() |
|
default UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.configuration(Consumer<ProfileConfiguration.Builder> configuration) |
Configuration for profile jobs.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.configuration(ProfileConfiguration configuration) |
Configuration for profile jobs.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.encryptionKeyArn(String encryptionKeyArn) |
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.encryptionMode(String encryptionMode) |
The encryption mode for the job, which can be one of the following:
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.encryptionMode(EncryptionMode encryptionMode) |
The encryption mode for the job, which can be one of the following:
|
default UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.jobSample(Consumer<JobSample.Builder> jobSample) |
Sample configuration for Profile Jobs only.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.jobSample(JobSample jobSample) |
Sample configuration for Profile Jobs only.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.logSubscription(String logSubscription) |
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.logSubscription(LogSubscription logSubscription) |
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.maxCapacity(Integer maxCapacity) |
The maximum number of compute nodes that DataBrew can use when the job processes data.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.maxRetries(Integer maxRetries) |
The maximum number of times to retry the job after a job run fails.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.name(String name) |
The name of the job to be updated.
|
default UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.outputLocation(Consumer<S3Location.Builder> outputLocation) |
Sets the value of the OutputLocation property for this object.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.outputLocation(S3Location outputLocation) |
Sets the value of the OutputLocation property for this object.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew
runs the job.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.timeout(Integer timeout) |
The job's timeout in minutes.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.toBuilder() |
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.validationConfigurations(Collection<ValidationConfiguration> validationConfigurations) |
List of validation configurations that are applied to the profile job.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations) |
List of validation configurations that are applied to the profile job.
|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.validationConfigurations(ValidationConfiguration... validationConfigurations) |
List of validation configurations that are applied to the profile job.
|