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.
|
buildoverrideConfigurationcopyapplyMutation, buildStartJobRunRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartJobRunRequest.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.