Interface UpdateJobStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateJobStatusRequest.Builder,UpdateJobStatusRequest>,S3ControlRequest.Builder,SdkBuilder<UpdateJobStatusRequest.Builder,UpdateJobStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateJobStatusRequest
public static interface UpdateJobStatusRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobStatusRequest.Builder,UpdateJobStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateJobStatusRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID associated with the S3 Batch Operations job.UpdateJobStatusRequest.BuilderjobId(String jobId)The ID of the job whose status you want to update.UpdateJobStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateJobStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateJobStatusRequest.BuilderrequestedJobStatus(String requestedJobStatus)The status that you want to move the specified job to.UpdateJobStatusRequest.BuilderrequestedJobStatus(RequestedJobStatus requestedJobStatus)The status that you want to move the specified job to.UpdateJobStatusRequest.BuilderstatusUpdateReason(String statusUpdateReason)A description of the reason why you want to change the specified job's status.-
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 Detail
-
accountId
UpdateJobStatusRequest.Builder accountId(String 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
UpdateJobStatusRequest.Builder jobId(String jobId)
The ID of the job whose status you want to update.
- Parameters:
jobId- The ID of the job whose status you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedJobStatus
UpdateJobStatusRequest.Builder requestedJobStatus(String requestedJobStatus)
The status that you want to move the specified job to.
- Parameters:
requestedJobStatus- The status that you want to move the specified job to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestedJobStatus,RequestedJobStatus
-
requestedJobStatus
UpdateJobStatusRequest.Builder requestedJobStatus(RequestedJobStatus requestedJobStatus)
The status that you want to move the specified job to.
- Parameters:
requestedJobStatus- The status that you want to move the specified job to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestedJobStatus,RequestedJobStatus
-
statusUpdateReason
UpdateJobStatusRequest.Builder statusUpdateReason(String statusUpdateReason)
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
- Parameters:
statusUpdateReason- A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateJobStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateJobStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-