@Generated(value="software.amazon.awssdk:codegen") public final class JobMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobMetadata.Builder,JobMetadata>
Contains information about a specific job including shipping information, job status, and other important metadata.
This information is returned as a part of the response syntax of the DescribeJob action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addressId()
The ID for the address that you want the Snow device shipped to.
|
static JobMetadata.Builder |
builder() |
String |
clusterId()
The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000. |
Instant |
creationDate()
The creation date for this job.
|
DataTransfer |
dataTransferProgress()
A value that defines the real-time status of a Snow device's data transfer while the device is at AWS.
|
String |
description()
The description of the job, provided at job creation.
|
DeviceConfiguration |
deviceConfiguration()
Returns the value of the DeviceConfiguration property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forwardingAddressId()
The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000. |
JobLogs |
jobLogInfo()
Links to Amazon S3 presigned URLs for the job report and logs.
|
JobState |
jobState()
The current status of the jobs.
|
String |
jobStateAsString()
The current status of the jobs.
|
JobType |
jobType()
The type of job.
|
String |
jobTypeAsString()
The type of job.
|
String |
kmsKeyARN()
The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job.
|
String |
longTermPricingId()
The ID of the long-term pricing type for the device.
|
Notification |
notification()
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
OnDeviceServiceConfiguration |
onDeviceServiceConfiguration()
Represents metadata and configuration settings for services on an AWS Snow Family device.
|
RemoteManagement |
remoteManagement()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
String |
remoteManagementAsString()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
JobResource |
resources()
An array of
S3Resource objects. |
String |
roleARN()
The role ARN associated with this job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobMetadata.Builder> |
serializableBuilderClass() |
ShippingDetails |
shippingDetails()
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
|
SnowballCapacity |
snowballCapacityPreference()
The Snow device capacity preference for this job, specified at job creation.
|
String |
snowballCapacityPreferenceAsString()
The Snow device capacity preference for this job, specified at job creation.
|
SnowballType |
snowballType()
The type of device used with this job.
|
String |
snowballTypeAsString()
The type of device used with this job.
|
TaxDocuments |
taxDocuments()
The metadata associated with the tax documents required in your AWS Region.
|
JobMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
JID123e4567-e89b-12d3-a456-426655440000.public final JobState jobState()
The current status of the jobs.
If the service returns an enum value that is not available in the current SDK version, jobState will
return JobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStateAsString().
JobStatepublic final String jobStateAsString()
The current status of the jobs.
If the service returns an enum value that is not available in the current SDK version, jobState will
return JobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStateAsString().
JobStatepublic final JobType jobType()
The type of job.
If the service returns an enum value that is not available in the current SDK version, jobType will
return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
JobTypepublic final String jobTypeAsString()
The type of job.
If the service returns an enum value that is not available in the current SDK version, jobType will
return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
JobTypepublic final SnowballType snowballType()
The type of device used with this job.
If the service returns an enum value that is not available in the current SDK version, snowballType will
return SnowballType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
snowballTypeAsString().
SnowballTypepublic final String snowballTypeAsString()
The type of device used with this job.
If the service returns an enum value that is not available in the current SDK version, snowballType will
return SnowballType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
snowballTypeAsString().
SnowballTypepublic final Instant creationDate()
The creation date for this job.
public final JobResource resources()
An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket
that your transferred data will be exported from or imported into.
S3Resource objects. Each S3Resource object represents an Amazon S3
bucket that your transferred data will be exported from or imported into.public final String description()
The description of the job, provided at job creation.
public final String kmsKeyARN()
The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.
public final String roleARN()
The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
public final String addressId()
The ID for the address that you want the Snow device shipped to.
public final ShippingDetails shippingDetails()
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
public final SnowballCapacity snowballCapacityPreference()
The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
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().
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
SnowballCapacitypublic final String snowballCapacityPreferenceAsString()
The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
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().
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
SnowballCapacitypublic final Notification notification()
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The
Notification object is returned as a part of the response syntax of the DescribeJob
action in the JobMetadata data type.
Notification object is returned as a part of the response syntax of the
DescribeJob action in the JobMetadata data type.public final DataTransfer dataTransferProgress()
A value that defines the real-time status of a Snow device's data transfer while the device is at AWS. This data
is only available while a job has a JobState value of InProgress, for both import and
export jobs.
JobState value of InProgress, for
both import and export jobs.public final JobLogs jobLogInfo()
Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.
public final String clusterId()
The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000.
CID123e4567-e89b-12d3-a456-426655440000.public final String forwardingAddressId()
The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
public final TaxDocuments taxDocuments()
The metadata associated with the tax documents required in your AWS Region.
public final DeviceConfiguration deviceConfiguration()
public final RemoteManagement remoteManagement()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When
set to INSTALLED_AUTOSTART, remote management will automatically be available when the device
arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
If the service returns an enum value that is not available in the current SDK version, remoteManagement
will return RemoteManagement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from remoteManagementAsString().
INSTALLED_AUTOSTART, remote management will automatically be available
when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the
device.RemoteManagementpublic final String remoteManagementAsString()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When
set to INSTALLED_AUTOSTART, remote management will automatically be available when the device
arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
If the service returns an enum value that is not available in the current SDK version, remoteManagement
will return RemoteManagement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from remoteManagementAsString().
INSTALLED_AUTOSTART, remote management will automatically be available
when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the
device.RemoteManagementpublic final String longTermPricingId()
The ID of the long-term pricing type for the device.
public final OnDeviceServiceConfiguration onDeviceServiceConfiguration()
Represents metadata and configuration settings for services on an AWS Snow Family device.
public JobMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobMetadata.Builder,JobMetadata>public static JobMetadata.Builder builder()
public static Class<? extends JobMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.