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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateJobRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateJobRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.