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.
|
build
requestOverrideConfig
copy
apply, build
UpdateJobRequest.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.Builder
jobUpdate(JobUpdate)
UpdateJobRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateJobRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.