CopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
, SdkBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
public static interface UpdateJobRequest.Builder extends CopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateJobRequest.Builder |
addressId(String addressId) |
The ID of the updated Address object.
|
UpdateJobRequest.Builder |
description(String description) |
The updated description of this job's JobMetadata object.
|
UpdateJobRequest.Builder |
forwardingAddressId(String forwardingAddressId) |
The updated ID for the forwarding address for a job.
|
UpdateJobRequest.Builder |
jobId(String jobId) |
The job ID of the job that you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
UpdateJobRequest.Builder |
notification(Notification notification) |
The new or updated Notification object.
|
UpdateJobRequest.Builder |
resources(JobResource resources) |
The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated
JobResource object (for multiple buckets or key ranges).
|
UpdateJobRequest.Builder |
roleARN(String roleARN) |
The new role Amazon Resource Name (ARN) that you want to associate with this job.
|
UpdateJobRequest.Builder |
shippingOption(String shippingOption) |
The updated shipping option value of this job's ShippingDetails object.
|
UpdateJobRequest.Builder |
shippingOption(ShippingOption shippingOption) |
The updated shipping option value of this job's ShippingDetails object.
|
UpdateJobRequest.Builder |
snowballCapacityPreference(String snowballCapacityPreference) |
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
UpdateJobRequest.Builder |
snowballCapacityPreference(SnowballCapacity snowballCapacityPreference) |
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
copy
apply, build
UpdateJobRequest.Builder jobId(String jobId)
The job ID of the job that you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000
.
jobId
- The job ID of the job that you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000
.UpdateJobRequest.Builder roleARN(String roleARN)
The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRoleAWS Identity and Access Management (IAM) API action.
roleARN
- The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role
ARN, use the CreateRoleAWS
Identity and Access Management (IAM) API action.UpdateJobRequest.Builder notification(Notification notification)
The new or updated Notification object.
notification
- The new or updated Notification object.UpdateJobRequest.Builder resources(JobResource resources)
The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).
resources
- The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated
JobResource object (for multiple buckets or key ranges).UpdateJobRequest.Builder addressId(String addressId)
The ID of the updated Address object.
addressId
- The ID of the updated Address object.UpdateJobRequest.Builder shippingOption(String shippingOption)
The updated shipping option value of this job's ShippingDetails object.
shippingOption
- The updated shipping option value of this job's ShippingDetails object.ShippingOption
UpdateJobRequest.Builder shippingOption(ShippingOption shippingOption)
The updated shipping option value of this job's ShippingDetails object.
shippingOption
- The updated shipping option value of this job's ShippingDetails object.ShippingOption
UpdateJobRequest.Builder description(String description)
The updated description of this job's JobMetadata object.
description
- The updated description of this job's JobMetadata object.UpdateJobRequest.Builder snowballCapacityPreference(String snowballCapacityPreference)
The updated SnowballCapacityPreference
of this job's JobMetadata object. The 50 TB
Snowballs are only available in the US regions.
snowballCapacityPreference
- The updated SnowballCapacityPreference
of this job's JobMetadata object. The 50 TB
Snowballs are only available in the US regions.SnowballCapacity
UpdateJobRequest.Builder snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The updated SnowballCapacityPreference
of this job's JobMetadata object. The 50 TB
Snowballs are only available in the US regions.
snowballCapacityPreference
- The updated SnowballCapacityPreference
of this job's JobMetadata object. The 50 TB
Snowballs are only available in the US regions.SnowballCapacity
UpdateJobRequest.Builder forwardingAddressId(String forwardingAddressId)
The updated ID for the forwarding address for a job. This field is not supported in most regions.
forwardingAddressId
- The updated ID for the forwarding address for a job. This field is not supported in most regions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.