public static interface UpdateJobRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobRequest.Builder |
jobName(String jobName)
The name of the job definition to update.
|
default UpdateJobRequest.Builder |
jobUpdate(Consumer<JobUpdate.Builder> jobUpdate)
Specifies the values with which to update the job definition.
|
UpdateJobRequest.Builder |
jobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition.
|
UpdateJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateJobRequest.Builder jobName(String jobName)
The name of the job definition to update.
jobName - The name of the job definition to update.UpdateJobRequest.Builder jobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
jobUpdate - Specifies the values with which to update the job definition. Unspecified configuration is removed or
reset to default values.default UpdateJobRequest.Builder jobUpdate(Consumer<JobUpdate.Builder> jobUpdate)
Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
This is a convenience method that creates an instance of theJobUpdate.Builder avoiding the need to
create one manually via JobUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobUpdate(JobUpdate).
jobUpdate - a consumer that will call methods on JobUpdate.BuilderjobUpdate(JobUpdate)UpdateJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.