public static interface StartJobRunRequest.Builder extends GlueRequest.Builder, CopyableBuilder<StartJobRunRequest.Builder,StartJobRunRequest>
Modifier and Type | Method and Description |
---|---|
StartJobRunRequest.Builder |
allocatedCapacity(Integer allocatedCapacity)
The infrastructure capacity to allocate to this job.
|
StartJobRunRequest.Builder |
arguments(Map<String,String> arguments)
Specific arguments for this job run.
|
StartJobRunRequest.Builder |
jobName(String jobName)
The name of the job to start.
|
StartJobRunRequest.Builder |
jobRunId(String jobRunId)
The ID of the job run to start.
|
StartJobRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartJobRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
StartJobRunRequest.Builder jobName(String jobName)
The name of the job to start.
jobName
- The name of the job to start.StartJobRunRequest.Builder jobRunId(String jobRunId)
The ID of the job run to start.
jobRunId
- The ID of the job run to start.StartJobRunRequest.Builder arguments(Map<String,String> arguments)
Specific arguments for this job run.
arguments
- Specific arguments for this job run.StartJobRunRequest.Builder allocatedCapacity(Integer allocatedCapacity)
The infrastructure capacity to allocate to this job.
allocatedCapacity
- The infrastructure capacity to allocate to this job.StartJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.