public static interface CreateJobRequest.Builder extends GlueRequest.Builder, CopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest.Builder |
allocatedCapacity(Integer allocatedCapacity)
The number of capacity units allocated to this job.
|
default CreateJobRequest.Builder |
command(Consumer<JobCommand.Builder> command)
The JobCommand that executes this job.
|
CreateJobRequest.Builder |
command(JobCommand command)
The JobCommand that executes this job.
|
CreateJobRequest.Builder |
connections(ConnectionsList connections)
The connections used for this job.
|
default CreateJobRequest.Builder |
connections(Consumer<ConnectionsList.Builder> connections)
The connections used for this job.
|
CreateJobRequest.Builder |
defaultArguments(Map<String,String> defaultArguments)
The default parameters for this job.
|
CreateJobRequest.Builder |
description(String description)
Description of the job.
|
default CreateJobRequest.Builder |
executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
CreateJobRequest.Builder |
executionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
CreateJobRequest.Builder |
logUri(String logUri)
This field is reserved for future use.
|
CreateJobRequest.Builder |
maxRetries(Integer maxRetries)
The maximum number of times to retry this job if it fails.
|
CreateJobRequest.Builder |
name(String name)
The name you assign to this job.
|
CreateJobRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateJobRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateJobRequest.Builder |
role(String role)
The role associated with this job.
|
buildrequestOverrideConfigcopyapply, buildCreateJobRequest.Builder name(String name)
The name you assign to this job.
name - The name you assign to this job.CreateJobRequest.Builder description(String description)
Description of the job.
description - Description of the job.CreateJobRequest.Builder logUri(String logUri)
This field is reserved for future use.
logUri - This field is reserved for future use.CreateJobRequest.Builder role(String role)
The role associated with this job.
role - The role associated with this job.CreateJobRequest.Builder executionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
executionProperty - An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.default CreateJobRequest.Builder executionProperty(Consumer<ExecutionProperty.Builder> executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
This is a convenience that creates an instance of theExecutionProperty.Builder avoiding the need to
create one manually via ExecutionProperty.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to executionProperty(ExecutionProperty).executionProperty - a consumer that will call methods on ExecutionProperty.BuilderexecutionProperty(ExecutionProperty)CreateJobRequest.Builder command(JobCommand command)
The JobCommand that executes this job.
command - The JobCommand that executes this job.default CreateJobRequest.Builder command(Consumer<JobCommand.Builder> command)
The JobCommand that executes this job.
This is a convenience that creates an instance of theJobCommand.Builder avoiding the need to create
one manually via JobCommand.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to command(JobCommand).command - a consumer that will call methods on JobCommand.Buildercommand(JobCommand)CreateJobRequest.Builder defaultArguments(Map<String,String> defaultArguments)
The default parameters for this job.
defaultArguments - The default parameters for this job.CreateJobRequest.Builder connections(ConnectionsList connections)
The connections used for this job.
connections - The connections used for this job.default CreateJobRequest.Builder connections(Consumer<ConnectionsList.Builder> connections)
The connections used for this job.
This is a convenience that creates an instance of theConnectionsList.Builder avoiding the need to
create one manually via ConnectionsList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to connections(ConnectionsList).connections - a consumer that will call methods on ConnectionsList.Builderconnections(ConnectionsList)CreateJobRequest.Builder maxRetries(Integer maxRetries)
The maximum number of times to retry this job if it fails.
maxRetries - The maximum number of times to retry this job if it fails.CreateJobRequest.Builder allocatedCapacity(Integer allocatedCapacity)
The number of capacity units allocated to this job.
allocatedCapacity - The number of capacity units allocated to this job.CreateJobRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateJobRequest.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.