StartJobRunRequest.Builder |
StartJobRunRequest.Builder.applicationId(String applicationId) |
The ID of the application on which to run the job.
|
static StartJobRunRequest.Builder |
StartJobRunRequest.builder() |
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.clientToken(String clientToken) |
The client idempotency token of the job run to start.
|
default StartJobRunRequest.Builder |
StartJobRunRequest.Builder.configurationOverrides(Consumer<ConfigurationOverrides.Builder> configurationOverrides) |
The configuration overrides for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.configurationOverrides(ConfigurationOverrides configurationOverrides) |
The configuration overrides for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionRoleArn(String executionRoleArn) |
The execution role ARN for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionTimeoutMinutes(Long executionTimeoutMinutes) |
The maximum duration for the job run to run.
|
default StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobDriver(Consumer<JobDriver.Builder> jobDriver) |
The job driver for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobDriver(JobDriver jobDriver) |
The job driver for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.name(String name) |
The optional job run name.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.tags(Map<String,String> tags) |
The tags assigned to the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.toBuilder() |
|