Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateJobRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateJobRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
addressId() |
The ID of the updated Address object.
|
static UpdateJobRequest.Builder |
builder() |
|
String |
description() |
The updated description of this job's JobMetadata object.
|
boolean |
equals(Object obj) |
|
String |
forwardingAddressId() |
The updated ID for the forwarding address for a job.
|
int |
hashCode() |
|
String |
jobId() |
The job ID of the job that you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
Notification |
notification() |
The new or updated Notification object.
|
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).
|
String |
roleARN() |
The new role Amazon Resource Name (ARN) that you want to associate with this job.
|
static Class<? extends UpdateJobRequest.Builder> |
serializableBuilderClass() |
|
String |
shippingOption() |
The updated shipping option value of this job's ShippingDetails object.
|
String |
snowballCapacityPreference() |
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
UpdateJobRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String jobId()
The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000
.
JID123e4567-e89b-12d3-a456-426655440000
.public 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.
public Notification notification()
The new or updated Notification object.
public 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).
public String addressId()
The ID of the updated Address object.
public String shippingOption()
The updated shipping option value of this job's ShippingDetails object.
ShippingOption
public String description()
The updated description of this job's JobMetadata object.
public String snowballCapacityPreference()
The updated SnowballCapacityPreference
of this job's JobMetadata object. The 50 TB Snowballs
are only available in the US regions.
SnowballCapacityPreference
of this job's JobMetadata object. The 50 TB
Snowballs are only available in the US regions.SnowballCapacity
public String forwardingAddressId()
The updated ID for the forwarding address for a job. This field is not supported in most regions.
public UpdateJobRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
public static UpdateJobRequest.Builder builder()
public static Class<? extends UpdateJobRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.