| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to
transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).
|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterResponse |
SnowballClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Creates an empty cluster.
|
default CompletableFuture<CreateClusterResponse> |
SnowballAsyncClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Creates an empty cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.addressId(String addressId)
The ID for the address that you want the cluster shipped to.
|
static CreateClusterRequest.Builder |
CreateClusterRequest.builder() |
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.description(String description)
An optional description of this specific cluster, for example
Environmental Data Cluster-01. |
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.forceCreateJobs(Boolean forceCreateJobs)
Force to create cluster when user attempts to overprovision or underprovision a cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.forwardingAddressId(String forwardingAddressId)
The forwarding address ID for a cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.initialClusterSize(Integer initialClusterSize)
If provided, each job will be automatically created and associated with the new cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.jobType(JobType jobType)
The type of job for this cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.jobType(String jobType)
The type of job for this cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.kmsKeyARN(String kmsKeyARN)
The
KmsKeyARN value that you want to associate with this cluster. |
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.longTermPricingIds(Collection<String> longTermPricingIds)
Lists long-term pricing id that will be used to associate with jobs automatically created for the new
cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.longTermPricingIds(String... longTermPricingIds)
Lists long-term pricing id that will be used to associate with jobs automatically created for the new
cluster.
|
default CreateClusterRequest.Builder |
CreateClusterRequest.Builder.notification(Consumer<Notification.Builder> notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.notification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
default CreateClusterRequest.Builder |
CreateClusterRequest.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.
|
CreateClusterRequest.Builder |
CreateClusterRequest.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.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.remoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.remoteManagement(String remoteManagement)
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
default CreateClusterRequest.Builder |
CreateClusterRequest.Builder.resources(Consumer<JobResource.Builder> resources)
The resources associated with the cluster job.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.resources(JobResource resources)
The resources associated with the cluster job.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.roleARN(String roleARN)
The
RoleARN that you want to associate with this cluster. |
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.shippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.shippingOption(String shippingOption)
The shipping speed for each node in this cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.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.
|
CreateClusterRequest.Builder |
CreateClusterRequest.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.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.snowballType(SnowballType snowballType)
The type of Snow Family devices to use for this cluster.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.snowballType(String snowballType)
The type of Snow Family devices to use for this cluster.
|
default CreateClusterRequest.Builder |
CreateClusterRequest.Builder.taxDocuments(Consumer<TaxDocuments.Builder> taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.taxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
CreateClusterRequest.Builder |
CreateClusterRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateClusterRequest.Builder> |
CreateClusterRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.