| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
JobMetadata.Builder |
JobMetadata.Builder.addressId(String addressId)
The ID for the address that you want the Snow device shipped to.
|
static JobMetadata.Builder |
JobMetadata.builder() |
JobMetadata.Builder |
JobMetadata.Builder.clusterId(String clusterId)
The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000. |
JobMetadata.Builder |
JobMetadata.Builder.creationDate(Instant creationDate)
The creation date for this job.
|
default JobMetadata.Builder |
JobMetadata.Builder.dataTransferProgress(Consumer<DataTransfer.Builder> dataTransferProgress)
A value that defines the real-time status of a Snow device's data transfer while the device is at AWS.
|
JobMetadata.Builder |
JobMetadata.Builder.dataTransferProgress(DataTransfer dataTransferProgress)
A value that defines the real-time status of a Snow device's data transfer while the device is at AWS.
|
JobMetadata.Builder |
JobMetadata.Builder.description(String description)
The description of the job, provided at job creation.
|
default JobMetadata.Builder |
JobMetadata.Builder.deviceConfiguration(Consumer<DeviceConfiguration.Builder> deviceConfiguration)
Sets the value of the DeviceConfiguration property for this object.
|
JobMetadata.Builder |
JobMetadata.Builder.deviceConfiguration(DeviceConfiguration deviceConfiguration)
Sets the value of the DeviceConfiguration property for this object.
|
JobMetadata.Builder |
JobMetadata.Builder.forwardingAddressId(String forwardingAddressId)
The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
|
JobMetadata.Builder |
JobMetadata.Builder.jobId(String jobId)
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000. |
default JobMetadata.Builder |
JobMetadata.Builder.jobLogInfo(Consumer<JobLogs.Builder> jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs.
|
JobMetadata.Builder |
JobMetadata.Builder.jobLogInfo(JobLogs jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs.
|
JobMetadata.Builder |
JobMetadata.Builder.jobState(JobState jobState)
The current status of the jobs.
|
JobMetadata.Builder |
JobMetadata.Builder.jobState(String jobState)
The current status of the jobs.
|
JobMetadata.Builder |
JobMetadata.Builder.jobType(JobType jobType)
The type of job.
|
JobMetadata.Builder |
JobMetadata.Builder.jobType(String jobType)
The type of job.
|
JobMetadata.Builder |
JobMetadata.Builder.kmsKeyARN(String kmsKeyARN)
The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job.
|
JobMetadata.Builder |
JobMetadata.Builder.longTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
default JobMetadata.Builder |
JobMetadata.Builder.notification(Consumer<Notification.Builder> notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
JobMetadata.Builder |
JobMetadata.Builder.notification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
default JobMetadata.Builder |
JobMetadata.Builder.onDeviceServiceConfiguration(Consumer<OnDeviceServiceConfiguration.Builder> onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an AWS Snow Family device.
|
JobMetadata.Builder |
JobMetadata.Builder.onDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an AWS Snow Family device.
|
JobMetadata.Builder |
JobMetadata.Builder.remoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
JobMetadata.Builder |
JobMetadata.Builder.remoteManagement(String remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
default JobMetadata.Builder |
JobMetadata.Builder.resources(Consumer<JobResource.Builder> resources)
An array of
S3Resource objects. |
JobMetadata.Builder |
JobMetadata.Builder.resources(JobResource resources)
An array of
S3Resource objects. |
JobMetadata.Builder |
JobMetadata.Builder.roleARN(String roleARN)
The role ARN associated with this job.
|
default JobMetadata.Builder |
JobMetadata.Builder.shippingDetails(Consumer<ShippingDetails.Builder> shippingDetails)
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
|
JobMetadata.Builder |
JobMetadata.Builder.shippingDetails(ShippingDetails shippingDetails)
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
|
JobMetadata.Builder |
JobMetadata.Builder.snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
JobMetadata.Builder |
JobMetadata.Builder.snowballCapacityPreference(String snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
JobMetadata.Builder |
JobMetadata.Builder.snowballType(SnowballType snowballType)
The type of device used with this job.
|
JobMetadata.Builder |
JobMetadata.Builder.snowballType(String snowballType)
The type of device used with this job.
|
default JobMetadata.Builder |
JobMetadata.Builder.taxDocuments(Consumer<TaxDocuments.Builder> taxDocuments)
The metadata associated with the tax documents required in your AWS Region.
|
JobMetadata.Builder |
JobMetadata.Builder.taxDocuments(TaxDocuments taxDocuments)
The metadata associated with the tax documents required in your AWS Region.
|
JobMetadata.Builder |
JobMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobMetadata.Builder> |
JobMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeJobResponse.Builder |
DescribeJobResponse.Builder.jobMetadata(Consumer<JobMetadata.Builder> jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
|
Copyright © 2021. All rights reserved.