public static interface CreateJobRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest.Builder |
addressId(String addressId)
The ID for the address that you want the Snow device shipped to.
|
CreateJobRequest.Builder |
clusterId(String clusterId)
The ID of a cluster.
|
CreateJobRequest.Builder |
description(String description)
Defines an optional description of this specific job, for example
Important Photos 2016-08-11. |
default CreateJobRequest.Builder |
deviceConfiguration(Consumer<DeviceConfiguration.Builder> deviceConfiguration)
Defines the device configuration for an Snowcone job.
|
CreateJobRequest.Builder |
deviceConfiguration(DeviceConfiguration deviceConfiguration)
Defines the device configuration for an Snowcone job.
|
CreateJobRequest.Builder |
forwardingAddressId(String forwardingAddressId)
The forwarding address ID for a job.
|
CreateJobRequest.Builder |
jobType(JobType jobType)
Defines the type of job that you're creating.
|
CreateJobRequest.Builder |
jobType(String jobType)
Defines the type of job that you're creating.
|
CreateJobRequest.Builder |
kmsKeyARN(String kmsKeyARN)
The
KmsKeyARN that you want to associate with this job. |
CreateJobRequest.Builder |
longTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
default CreateJobRequest.Builder |
notification(Consumer<Notification.Builder> notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
|
CreateJobRequest.Builder |
notification(Notification notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
|
default CreateJobRequest.Builder |
onDeviceServiceConfiguration(Consumer<OnDeviceServiceConfiguration.Builder> onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from
or imported into.
|
CreateJobRequest.Builder |
onDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from
or imported into.
|
CreateJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateJobRequest.Builder |
remoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
CreateJobRequest.Builder |
remoteManagement(String remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
default CreateJobRequest.Builder |
resources(Consumer<JobResource.Builder> resources)
Defines the Amazon S3 buckets associated with this job.
|
CreateJobRequest.Builder |
resources(JobResource resources)
Defines the Amazon S3 buckets associated with this job.
|
CreateJobRequest.Builder |
roleARN(String roleARN)
The
RoleARN that you want to associate with this job. |
CreateJobRequest.Builder |
shippingOption(ShippingOption shippingOption)
The shipping speed for this job.
|
CreateJobRequest.Builder |
shippingOption(String shippingOption)
The shipping speed for this job.
|
CreateJobRequest.Builder |
snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snow
device you'd like for this job.
|
CreateJobRequest.Builder |
snowballCapacityPreference(String snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snow
device you'd like for this job.
|
CreateJobRequest.Builder |
snowballType(SnowballType snowballType)
The type of Snow Family devices to use for this job.
|
CreateJobRequest.Builder |
snowballType(String snowballType)
The type of Snow Family devices to use for this job.
|
default CreateJobRequest.Builder |
taxDocuments(Consumer<TaxDocuments.Builder> taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
CreateJobRequest.Builder |
taxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateJobRequest.Builder jobType(String jobType)
Defines the type of job that you're creating.
CreateJobRequest.Builder jobType(JobType jobType)
Defines the type of job that you're creating.
CreateJobRequest.Builder resources(JobResource resources)
Defines the Amazon S3 buckets associated with this job.
With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported
into.
With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported
from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you
define the length of the range by providing either an inclusive BeginMarker value, an inclusive
EndMarker value, or both. Ranges are UTF-8 binary sorted.
resources - Defines the Amazon S3 buckets associated with this job.
With IMPORT jobs, you specify the bucket or buckets that your transferred data will be
imported into.
With EXPORT jobs, you specify the bucket or buckets that your transferred data will be
exported from. Optionally, you can also specify a KeyRange value. If you choose to export
a range, you define the length of the range by providing either an inclusive BeginMarker
value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.
default CreateJobRequest.Builder resources(Consumer<JobResource.Builder> resources)
Defines the Amazon S3 buckets associated with this job.
With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported
into.
With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported
from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you
define the length of the range by providing either an inclusive BeginMarker value, an inclusive
EndMarker value, or both. Ranges are UTF-8 binary sorted.
JobResource.Builder avoiding the need to
create one manually via JobResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to resources(JobResource).
resources - a consumer that will call methods on JobResource.Builderresources(JobResource)CreateJobRequest.Builder onDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.
onDeviceServiceConfiguration - Specifies the service or services on the Snow Family device that your transferred data will be
exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network
File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.default CreateJobRequest.Builder onDeviceServiceConfiguration(Consumer<OnDeviceServiceConfiguration.Builder> onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.
This is a convenience method that creates an instance of theOnDeviceServiceConfiguration.Builder
avoiding the need to create one manually via OnDeviceServiceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to onDeviceServiceConfiguration(OnDeviceServiceConfiguration).
onDeviceServiceConfiguration - a consumer that will call methods on OnDeviceServiceConfiguration.BuilderonDeviceServiceConfiguration(OnDeviceServiceConfiguration)CreateJobRequest.Builder description(String description)
Defines an optional description of this specific job, for example Important Photos 2016-08-11.
description - Defines an optional description of this specific job, for example
Important Photos 2016-08-11.CreateJobRequest.Builder addressId(String addressId)
The ID for the address that you want the Snow device shipped to.
addressId - The ID for the address that you want the Snow device shipped to.CreateJobRequest.Builder kmsKeyARN(String kmsKeyARN)
The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created
using the CreateKey Key
Management Service (KMS) API action.
kmsKeyARN - The KmsKeyARN that you want to associate with this job. KmsKeyARNs are
created using the CreateKey Key
Management Service (KMS) API action.CreateJobRequest.Builder roleARN(String roleARN)
The RoleARN that you want to associate with this job. RoleArns are created using
the CreateRole Identity
and Access Management (IAM) API action.
roleARN - The RoleARN that you want to associate with this job. RoleArns are created
using the CreateRole Identity
and Access Management (IAM) API action.CreateJobRequest.Builder snowballCapacityPreference(String snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.
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.
snowballCapacityPreference - If your job is being created in one of the US regions, you have the option of specifying what size
Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage
capacity.
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.
SnowballCapacity,
SnowballCapacityCreateJobRequest.Builder snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.
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.
snowballCapacityPreference - If your job is being created in one of the US regions, you have the option of specifying what size
Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage
capacity.
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.
SnowballCapacity,
SnowballCapacityCreateJobRequest.Builder shippingOption(String shippingOption)
The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snow device, rather it represents how quickly the Snow device moves to its destination while in transit. Regional shipping speeds are as follows:
In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
In India, Snow devices are delivered in one to seven days.
In the US, you have access to one-day shipping and two-day shipping.
shippingOption - The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snow device,
rather it represents how quickly the Snow device moves to its destination while in transit. Regional
shipping speeds are as follows:
In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
In India, Snow devices are delivered in one to seven days.
In the US, you have access to one-day shipping and two-day shipping.
ShippingOption,
ShippingOptionCreateJobRequest.Builder shippingOption(ShippingOption shippingOption)
The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snow device, rather it represents how quickly the Snow device moves to its destination while in transit. Regional shipping speeds are as follows:
In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
In India, Snow devices are delivered in one to seven days.
In the US, you have access to one-day shipping and two-day shipping.
shippingOption - The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snow device,
rather it represents how quickly the Snow device moves to its destination while in transit. Regional
shipping speeds are as follows:
In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
In India, Snow devices are delivered in one to seven days.
In the US, you have access to one-day shipping and two-day shipping.
ShippingOption,
ShippingOptionCreateJobRequest.Builder notification(Notification notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
notification - Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.default CreateJobRequest.Builder notification(Consumer<Notification.Builder> notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
This is a convenience method that creates an instance of theNotification.Builder avoiding the need
to create one manually via Notification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to notification(Notification).
notification - a consumer that will call methods on Notification.Buildernotification(Notification)CreateJobRequest.Builder clusterId(String clusterId)
The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only this
clusterId value. The other job attributes are inherited from the cluster.
clusterId - The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only this
clusterId value. The other job attributes are inherited from the cluster.CreateJobRequest.Builder snowballType(String snowballType)
The type of Snow Family devices to use for this job.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.
The type of Amazon Web Services Snow device to use for this job. Currently, the only supported device type
for cluster jobs is EDGE.
For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.
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.
snowballType - The type of Snow Family devices to use for this job.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device
type.
The type of Amazon Web Services Snow device to use for this job. Currently, the only supported device
type for cluster jobs is EDGE.
For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.
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.
SnowballType,
SnowballTypeCreateJobRequest.Builder snowballType(SnowballType snowballType)
The type of Snow Family devices to use for this job.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.
The type of Amazon Web Services Snow device to use for this job. Currently, the only supported device type
for cluster jobs is EDGE.
For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.
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.
snowballType - The type of Snow Family devices to use for this job.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device
type.
The type of Amazon Web Services Snow device to use for this job. Currently, the only supported device
type for cluster jobs is EDGE.
For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.
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.
SnowballType,
SnowballTypeCreateJobRequest.Builder forwardingAddressId(String forwardingAddressId)
The forwarding address ID for a job. This field is not supported in most Regions.
forwardingAddressId - The forwarding address ID for a job. This field is not supported in most Regions.CreateJobRequest.Builder taxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
taxDocuments - The tax documents required in your Amazon Web Services Region.default CreateJobRequest.Builder taxDocuments(Consumer<TaxDocuments.Builder> taxDocuments)
The tax documents required in your Amazon Web Services Region.
This is a convenience method that creates an instance of theTaxDocuments.Builder avoiding the need
to create one manually via TaxDocuments.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to taxDocuments(TaxDocuments).
taxDocuments - a consumer that will call methods on TaxDocuments.BuildertaxDocuments(TaxDocuments)CreateJobRequest.Builder deviceConfiguration(DeviceConfiguration deviceConfiguration)
Defines the device configuration for an Snowcone job.
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.
deviceConfiguration - Defines the device configuration for an Snowcone job.
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.
default CreateJobRequest.Builder deviceConfiguration(Consumer<DeviceConfiguration.Builder> deviceConfiguration)
Defines the device configuration for an Snowcone job.
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.
This is a convenience method that creates an instance of theDeviceConfiguration.Builder avoiding the
need to create one manually via DeviceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deviceConfiguration(DeviceConfiguration).
deviceConfiguration - a consumer that will call methods on DeviceConfiguration.BuilderdeviceConfiguration(DeviceConfiguration)CreateJobRequest.Builder remoteManagement(String 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.
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.RemoteManagement,
RemoteManagementCreateJobRequest.Builder remoteManagement(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.
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.RemoteManagement,
RemoteManagementCreateJobRequest.Builder longTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
longTermPricingId - The ID of the long-term pricing type for the device.CreateJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.