public static interface UpdateJobRequest.Builder extends GlueRequest.Builder, CopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobRequest.Builder |
jobName(String jobName)
Name of the job definition to update.
|
default UpdateJobRequest.Builder |
jobUpdate(Consumer<JobUpdate.Builder> jobUpdate)
Specifies the values with which to update the job.
|
UpdateJobRequest.Builder |
jobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
|
UpdateJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateJobRequest.Builder jobName(String jobName)
Name of the job definition to update.
jobName - Name of the job definition to update.UpdateJobRequest.Builder jobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
jobUpdate - Specifies the values with which to update the job.default UpdateJobRequest.Builder jobUpdate(Consumer<JobUpdate.Builder> jobUpdate)
Specifies the values with which to update the job.
This is a convenience 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.