Interface UpdateServiceJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BatchRequest.Builder,Buildable,CopyableBuilder<UpdateServiceJobRequest.Builder,UpdateServiceJobRequest>,SdkBuilder<UpdateServiceJobRequest.Builder,UpdateServiceJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateServiceJobRequest
@Mutable @NotThreadSafe public static interface UpdateServiceJobRequest.Builder extends BatchRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceJobRequest.Builder,UpdateServiceJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServiceJobRequest.BuilderjobId(String jobId)The Batch job ID of the job to update.UpdateServiceJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateServiceJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateServiceJobRequest.BuilderschedulingPriority(Integer schedulingPriority)The scheduling priority for the job.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.batch.model.BatchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
jobId
UpdateServiceJobRequest.Builder jobId(String jobId)
The Batch job ID of the job to update.
- Parameters:
jobId- The Batch job ID of the job to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedulingPriority
UpdateServiceJobRequest.Builder schedulingPriority(Integer schedulingPriority)
The scheduling priority for the job. This only affects jobs in job queues with a quota-share or fair-share scheduling policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority within a share.
The minimum supported value is 0 and the maximum supported value is 9999.
- Parameters:
schedulingPriority- The scheduling priority for the job. This only affects jobs in job queues with a quota-share or fair-share scheduling policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority within a share.The minimum supported value is 0 and the maximum supported value is 9999.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateServiceJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateServiceJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-