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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StartJobRunRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StartJobRunRequest.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.