@Generated(value="software.amazon.awssdk:codegen") public final class UpdateJobRequest extends SnowballRequest implements ToCopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateJobRequest.Builder |
| Modifier and Type | Method and 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) |
boolean |
equalsBySdkFields(Object obj) |
String |
forwardingAddressId()
The updated ID for the forwarding address for a job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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
JobResource object, or the updated JobResource object. |
String |
roleARN()
The new role Amazon Resource Name (ARN) that you want to associate with this job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateJobRequest.Builder> |
serializableBuilderClass() |
ShippingOption |
shippingOption()
The updated shipping option value of this job's ShippingDetails object.
|
String |
shippingOptionAsString()
The updated shipping option value of this job's ShippingDetails object.
|
SnowballCapacity |
snowballCapacityPreference()
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
String |
snowballCapacityPreferenceAsString()
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
UpdateJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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 final Notification notification()
The new or updated Notification object.
public final JobResource resources()
The updated JobResource object, or the updated JobResource object.
JobResource object, or the updated JobResource object.public final String addressId()
The ID of the updated Address object.
public final ShippingOption shippingOption()
The updated shipping option value of this job's ShippingDetails object.
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
ShippingOptionpublic final String shippingOptionAsString()
The updated shipping option value of this job's ShippingDetails object.
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
ShippingOptionpublic final String description()
The updated description of this job's JobMetadata object.
public final SnowballCapacity snowballCapacityPreference()
The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs
are only available in the US regions.
If the service returns an enum value that is not available in the current SDK version,
snowballCapacityPreference will return SnowballCapacity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from snowballCapacityPreferenceAsString().
SnowballCapacityPreference of this job's JobMetadata object. The 50 TB
Snowballs are only available in the US regions.SnowballCapacitypublic final String snowballCapacityPreferenceAsString()
The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs
are only available in the US regions.
If the service returns an enum value that is not available in the current SDK version,
snowballCapacityPreference will return SnowballCapacity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from snowballCapacityPreferenceAsString().
SnowballCapacityPreference of this job's JobMetadata object. The 50 TB
Snowballs are only available in the US regions.SnowballCapacitypublic final String forwardingAddressId()
The updated ID for the forwarding address for a job. This field is not supported in most regions.
public UpdateJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateJobRequest.Builder,UpdateJobRequest>toBuilder in class SnowballRequestpublic static UpdateJobRequest.Builder builder()
public static Class<? extends UpdateJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.