public static interface UpdateJobStatusRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobStatusRequest.Builder,UpdateJobStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobStatusRequest.Builder |
accountId(String accountId)
The AWS account ID associated with the S3 Batch Operations job.
|
UpdateJobStatusRequest.Builder |
jobId(String jobId)
The ID of the job whose status you want to update.
|
UpdateJobStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateJobStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateJobStatusRequest.Builder |
requestedJobStatus(RequestedJobStatus requestedJobStatus)
The status that you want to move the specified job to.
|
UpdateJobStatusRequest.Builder |
requestedJobStatus(String requestedJobStatus)
The status that you want to move the specified job to.
|
UpdateJobStatusRequest.Builder |
statusUpdateReason(String statusUpdateReason)
A description of the reason why you want to change the specified job's status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateJobStatusRequest.Builder accountId(String accountId)
The AWS account ID associated with the S3 Batch Operations job.
accountId - The AWS account ID associated with the S3 Batch Operations job.UpdateJobStatusRequest.Builder jobId(String jobId)
The ID of the job whose status you want to update.
jobId - The ID of the job whose status you want to update.UpdateJobStatusRequest.Builder requestedJobStatus(String requestedJobStatus)
The status that you want to move the specified job to.
requestedJobStatus - The status that you want to move the specified job to.RequestedJobStatus,
RequestedJobStatusUpdateJobStatusRequest.Builder requestedJobStatus(RequestedJobStatus requestedJobStatus)
The status that you want to move the specified job to.
requestedJobStatus - The status that you want to move the specified job to.RequestedJobStatus,
RequestedJobStatusUpdateJobStatusRequest.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.
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.UpdateJobStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateJobStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.