Class JobMetadata
- All Implemented Interfaces:
Serializable
,SdkPojo
,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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The ID for the address that you want the Snow device shipped to.static JobMetadata.Builder
builder()
final String
The 39-character ID for the cluster, for exampleCID123e4567-e89b-12d3-a456-426655440000
.final Instant
The creation date for this job.final DataTransfer
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web Services.final String
The description of the job, provided at job creation.final DeviceConfiguration
Returns the value of the DeviceConfiguration property for this object.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
The ID of the address that you want a job shipped to, after it will be shipped to its primary address.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final ImpactLevel
The highest impact level of data that will be stored or processed on the device, provided at job creation.final String
The highest impact level of data that will be stored or processed on the device, provided at job creation.final String
jobId()
The automatically generated ID for a job, for exampleJID123e4567-e89b-12d3-a456-426655440000
.final JobLogs
Links to Amazon S3 presigned URLs for the job report and logs.final JobState
jobState()
The current status of the jobs.final String
The current status of the jobs.final JobType
jobType()
The type of job.final String
The type of job.final String
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job.final String
The ID of the long-term pricing type for the device.final Notification
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.final PickupDetails
Information identifying the person picking up the device.final RemoteManagement
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.final String
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.final JobResource
An array ofS3Resource
objects.final String
roleARN()
The role ARN associated with this job.static Class
<? extends JobMetadata.Builder> final ShippingDetails
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.final SnowballCapacity
The Snow device capacity preference for this job, specified at job creation.final String
The Snow device capacity preference for this job, specified at job creation.final String
Unique ID associated with a device.final SnowballType
The type of device used with this job.final String
The type of device used with this job.final TaxDocuments
The metadata associated with the tax documents required in your Amazon Web Services Region.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobId
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.- Returns:
- The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.
-
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 returnJobState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromjobStateAsString()
.- Returns:
- The current status of the jobs.
- See Also:
-
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 returnJobState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromjobStateAsString()
.- Returns:
- The current status of the jobs.
- See Also:
-
jobType
The type of job.
If the service returns an enum value that is not available in the current SDK version,
jobType
will returnJobType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromjobTypeAsString()
.- Returns:
- The type of job.
- See Also:
-
jobTypeAsString
The type of job.
If the service returns an enum value that is not available in the current SDK version,
jobType
will returnJobType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromjobTypeAsString()
.- Returns:
- The type of job.
- See Also:
-
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 returnSnowballType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsnowballTypeAsString()
.- Returns:
- The type of device used with this job.
- See Also:
-
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 returnSnowballType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsnowballTypeAsString()
.- Returns:
- The type of device used with this job.
- See Also:
-
creationDate
The creation date for this job.
- Returns:
- The creation date for this job.
-
resources
An array of
S3Resource
objects. EachS3Resource
object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.- Returns:
- An array of
S3Resource
objects. EachS3Resource
object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.
-
description
The description of the job, provided at job creation.
- Returns:
- The description of the job, provided at job creation.
-
kmsKeyARN
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the CreateKey API action in KMS.
- Returns:
- The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the CreateKey API action in KMS.
-
roleARN
The role ARN associated with this job. This ARN was created using the CreateRole API action in Identity and Access Management.
- Returns:
- The role ARN associated with this job. This ARN was created using the CreateRole API action in Identity and Access Management.
-
addressId
The ID for the address that you want the Snow device shipped to.
- Returns:
- The ID for the address that you want the Snow device shipped to.
-
shippingDetails
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
- Returns:
- A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
-
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 returnSnowballCapacity.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsnowballCapacityPreferenceAsString()
.- Returns:
- 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.
- See Also:
-
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 returnSnowballCapacity.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsnowballCapacityPreferenceAsString()
.- Returns:
- 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.
- See Also:
-
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 theDescribeJob
action in theJobMetadata
data type.- Returns:
- 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 theDescribeJob
action in theJobMetadata
data type.
-
dataTransferProgress
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web Services. This data is only available while a job has a
JobState
value ofInProgress
, for both import and export jobs.- Returns:
- A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon
Web Services. This data is only available while a job has a
JobState
value ofInProgress
, for both import and export jobs.
-
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.
- Returns:
- 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.
-
clusterId
The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000
.- Returns:
- The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000
.
-
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.
- Returns:
- 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.
-
taxDocuments
The metadata associated with the tax documents required in your Amazon Web Services Region.
- Returns:
- The metadata associated with the tax documents required in your Amazon Web Services Region.
-
deviceConfiguration
Returns the value of the DeviceConfiguration property for this object.- Returns:
- The value of the DeviceConfiguration property for this object.
-
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 returnRemoteManagement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromremoteManagementAsString()
.- Returns:
- 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. - See Also:
-
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 returnRemoteManagement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromremoteManagementAsString()
.- Returns:
- 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. - See Also:
-
longTermPricingId
The ID of the long-term pricing type for the device.
- Returns:
- The ID of the long-term pricing type for the device.
-
onDeviceServiceConfiguration
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
- Returns:
- Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
-
impactLevel
The highest impact level of data that will be stored or processed on the device, provided at job creation.
If the service returns an enum value that is not available in the current SDK version,
impactLevel
will returnImpactLevel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromimpactLevelAsString()
.- Returns:
- The highest impact level of data that will be stored or processed on the device, provided at job creation.
- See Also:
-
impactLevelAsString
The highest impact level of data that will be stored or processed on the device, provided at job creation.
If the service returns an enum value that is not available in the current SDK version,
impactLevel
will returnImpactLevel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromimpactLevelAsString()
.- Returns:
- The highest impact level of data that will be stored or processed on the device, provided at job creation.
- See Also:
-
pickupDetails
Information identifying the person picking up the device.
- Returns:
- Information identifying the person picking up the device.
-
snowballId
Unique ID associated with a device.
- Returns:
- Unique ID associated with a device.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<JobMetadata.Builder,
JobMetadata> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-