Interface CreateJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateJobRequest.Builder,
,CreateJobRequest> SdkBuilder<CreateJobRequest.Builder,
,CreateJobRequest> SdkPojo
,SdkRequest.Builder
,SnowballRequest.Builder
- Enclosing class:
CreateJobRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe ID for the address that you want the Snow device shipped to.The ID of a cluster.description
(String description) Defines an optional description of this specific job, for exampleImportant Photos 2016-08-11
.default CreateJobRequest.Builder
deviceConfiguration
(Consumer<DeviceConfiguration.Builder> deviceConfiguration) Defines the device configuration for an Snowcone job.deviceConfiguration
(DeviceConfiguration deviceConfiguration) Defines the device configuration for an Snowcone job.forwardingAddressId
(String forwardingAddressId) The forwarding address ID for a job.impactLevel
(String impactLevel) The highest impact level of data that will be stored or processed on the device, provided at job creation.impactLevel
(ImpactLevel impactLevel) The highest impact level of data that will be stored or processed on the device, provided at job creation.Defines the type of job that you're creating.Defines the type of job that you're creating.TheKmsKeyARN
that you want to associate with this job.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.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.onDeviceServiceConfiguration
(OnDeviceServiceConfiguration onDeviceServiceConfiguration) Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default CreateJobRequest.Builder
pickupDetails
(Consumer<PickupDetails.Builder> pickupDetails) Information identifying the person picking up the device.pickupDetails
(PickupDetails pickupDetails) Information identifying the person picking up the device.remoteManagement
(String remoteManagement) Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.remoteManagement
(RemoteManagement 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.resources
(JobResource resources) Defines the Amazon S3 buckets associated with this job.TheRoleARN
that you want to associate with this job.shippingOption
(String shippingOption) The shipping speed for this job.shippingOption
(ShippingOption shippingOption) The shipping speed for this job.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.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.snowballType
(String snowballType) The type of Snow Family devices to use for this job.snowballType
(SnowballType 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.taxDocuments
(TaxDocuments taxDocuments) The tax documents required in your Amazon Web Services Region.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballRequest.Builder
build
-
Method Details
-
jobType
Defines the type of job that you're creating.
- Parameters:
jobType
- Defines the type of job that you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
Defines the type of job that you're creating.
- Parameters:
jobType
- Defines the type of job that you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 aKeyRange
value. If you choose to export a range, you define the length of the range by providing either an inclusiveBeginMarker
value, an inclusiveEndMarker
value, or both. Ranges are UTF-8 binary sorted.- Parameters:
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 aKeyRange
value. If you choose to export a range, you define the length of the range by providing either an inclusiveBeginMarker
value, an inclusiveEndMarker
value, or both. Ranges are UTF-8 binary sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
This is a convenience method that creates an instance of theEXPORT
jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify aKeyRange
value. If you choose to export a range, you define the length of the range by providing either an inclusiveBeginMarker
value, an inclusiveEndMarker
value, or both. Ranges are UTF-8 binary sorted.JobResource.Builder
avoiding the need to create one manually viaJobResource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresources(JobResource)
.- Parameters:
resources
- a consumer that will call methods onJobResource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
onDeviceServiceConfiguration
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onDeviceServiceConfiguration
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 viaOnDeviceServiceConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toonDeviceServiceConfiguration(OnDeviceServiceConfiguration)
.- Parameters:
onDeviceServiceConfiguration
- a consumer that will call methods onOnDeviceServiceConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
Defines an optional description of this specific job, for example
Important Photos 2016-08-11
.- Parameters:
description
- Defines an optional description of this specific job, for exampleImportant Photos 2016-08-11
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressId
The ID for the address that you want the Snow device shipped to.
- Parameters:
addressId
- The ID for the address that you want the Snow device shipped to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyARN
The
KmsKeyARN
that you want to associate with this job.KmsKeyARN
s are created using the CreateKey Key Management Service (KMS) API action.- Parameters:
kmsKeyARN
- TheKmsKeyARN
that you want to associate with this job.KmsKeyARN
s are created using the CreateKey Key Management Service (KMS) API action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
The
RoleARN
that you want to associate with this job.RoleArn
s are created using the CreateRole Identity and Access Management (IAM) API action.- Parameters:
roleARN
- TheRoleARN
that you want to associate with this job.RoleArn
s are created using the CreateRole Identity and Access Management (IAM) API action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
notification
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
- Parameters:
notification
- Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaNotification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonotification(Notification)
.- Parameters:
notification
- a consumer that will call methods onNotification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
clusterId
- The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only thisclusterId
value. The other job attributes are inherited from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
forwardingAddressId
The forwarding address ID for a job. This field is not supported in most Regions.
- Parameters:
forwardingAddressId
- The forwarding address ID for a job. This field is not supported in most Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxDocuments
The tax documents required in your Amazon Web Services Region.
- Parameters:
taxDocuments
- The tax documents required in your Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTaxDocuments.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totaxDocuments(TaxDocuments)
.- Parameters:
taxDocuments
- a consumer that will call methods onTaxDocuments.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceConfiguration
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 viaDeviceConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeviceConfiguration(DeviceConfiguration)
.- Parameters:
deviceConfiguration
- a consumer that will call methods onDeviceConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 Edge client to manage the device. When set toNOT_INSTALLED
, remote management will not be available on the device.- Parameters:
remoteManagement
- Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set toINSTALLED_AUTOSTART
, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Edge client to manage the device. When set toNOT_INSTALLED
, remote management will not be available on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 Edge client to manage the device. When set toNOT_INSTALLED
, remote management will not be available on the device.- Parameters:
remoteManagement
- Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set toINSTALLED_AUTOSTART
, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Edge client to manage the device. When set toNOT_INSTALLED
, remote management will not be available on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
longTermPricingId
The ID of the long-term pricing type for the device.
- Parameters:
longTermPricingId
- The ID of the long-term pricing type for the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
impactLevel
The highest impact level of data that will be stored or processed on the device, provided at job creation.
- Parameters:
impactLevel
- The highest impact level of data that will be stored or processed on the device, provided at job creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
impactLevel
The highest impact level of data that will be stored or processed on the device, provided at job creation.
- Parameters:
impactLevel
- The highest impact level of data that will be stored or processed on the device, provided at job creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pickupDetails
Information identifying the person picking up the device.
- Parameters:
pickupDetails
- Information identifying the person picking up the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pickupDetails
Information identifying the person picking up the device.
This is a convenience method that creates an instance of thePickupDetails.Builder
avoiding the need to create one manually viaPickupDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topickupDetails(PickupDetails)
.- Parameters:
pickupDetails
- a consumer that will call methods onPickupDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-