Interface UpdateJobPriorityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateJobPriorityRequest.Builder,
,UpdateJobPriorityRequest> S3ControlRequest.Builder
,SdkBuilder<UpdateJobPriorityRequest.Builder,
,UpdateJobPriorityRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateJobPriorityRequest
public static interface UpdateJobPriorityRequest.Builder
extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobPriorityRequest.Builder,UpdateJobPriorityRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID associated with the S3 Batch Operations job.The ID for the job whose priority you want to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The priority you want to assign to this job.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID associated with the S3 Batch Operations job.
- Parameters:
accountId
- The Amazon Web Services account ID associated with the S3 Batch Operations job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The ID for the job whose priority you want to update.
- Parameters:
jobId
- The ID for the job whose priority you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
The priority you want to assign to this job.
- Parameters:
priority
- The priority you want to assign to this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateJobPriorityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateJobPriorityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-