@Generated(value="software.amazon.awssdk:codegen") public final class CreateClusterRequest extends SnowballRequest implements ToCopyableBuilder<CreateClusterRequest.Builder,CreateClusterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateClusterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addressId()
The ID for the address that you want the cluster shipped to.
|
static CreateClusterRequest.Builder |
builder() |
String |
description()
An optional description of this specific cluster, for example
Environmental Data Cluster-01. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forwardingAddressId()
The forwarding address ID for a cluster.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobType |
jobType()
The type of job for this cluster.
|
String |
jobTypeAsString()
The type of job for this cluster.
|
String |
kmsKeyARN()
The
KmsKeyARN value that you want to associate with this cluster. |
Notification |
notification()
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
OnDeviceServiceConfiguration |
onDeviceServiceConfiguration()
Specifies the service or services on the Snow Family device that your transferred data will be exported from or
imported into.
|
RemoteManagement |
remoteManagement()
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
String |
remoteManagementAsString()
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
JobResource |
resources()
The resources associated with the cluster job.
|
String |
roleARN()
The
RoleARN that you want to associate with this cluster. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateClusterRequest.Builder> |
serializableBuilderClass() |
ShippingOption |
shippingOption()
The shipping speed for each node in this cluster.
|
String |
shippingOptionAsString()
The shipping speed for each node in this cluster.
|
SnowballType |
snowballType()
The type of Snow Family devices to use for this cluster.
|
String |
snowballTypeAsString()
The type of Snow Family devices to use for this cluster.
|
TaxDocuments |
taxDocuments()
The tax documents required in your Amazon Web Services Region.
|
CreateClusterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JobType jobType()
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.
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, jobType will
return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
LOCAL_USE.
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.
JobTypepublic final String jobTypeAsString()
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.
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, jobType will
return JobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
LOCAL_USE.
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.
JobTypepublic final JobResource resources()
The resources associated with the cluster job. These resources include Amazon S3 buckets and optional Lambda functions written in the Python language.
public final 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 device clusters support Amazon S3 and NFS (Network File System).
public final String description()
An optional description of this specific cluster, for example Environmental Data Cluster-01.
Environmental Data Cluster-01.public final String addressId()
The ID for the address that you want the cluster shipped to.
public final String kmsKeyARN()
The KmsKeyARN value that you want to associate with this cluster. KmsKeyARN values are
created by using the CreateKey API action in Key
Management Service (KMS).
KmsKeyARN value that you want to associate with this cluster. KmsKeyARN
values are created by using the CreateKey API action in
Key Management Service (KMS).public final String roleARN()
The RoleARN that you want to associate with this cluster. RoleArn values are created by
using the CreateRole API
action in Identity and Access Management (IAM).
RoleARN that you want to associate with this cluster. RoleArn values are
created by using the CreateRole API action
in Identity and Access Management (IAM).public final SnowballType snowballType()
The type of Snow Family devices to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.
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, snowballType will
return SnowballType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
snowballTypeAsString().
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device
type.
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.
SnowballTypepublic final String snowballTypeAsString()
The type of Snow Family devices to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.
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, snowballType will
return SnowballType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
snowballTypeAsString().
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device
type.
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.
SnowballTypepublic final ShippingOption shippingOption()
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge device, rather it represents how quickly each 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 United States of America (US), you have access to one-day shipping and two-day shipping.
In Australia, you have access to express shipping. Typically, 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.
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
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 United States of America (US), you have access to one-day shipping and two-day shipping.
In Australia, you have access to express shipping. Typically, 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.
ShippingOptionpublic final String shippingOptionAsString()
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge device, rather it represents how quickly each 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 United States of America (US), you have access to one-day shipping and two-day shipping.
In Australia, you have access to express shipping. Typically, 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.
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
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 United States of America (US), you have access to one-day shipping and two-day shipping.
In Australia, you have access to express shipping. Typically, 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.
ShippingOptionpublic final Notification notification()
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
public final String forwardingAddressId()
The forwarding address ID for a cluster. This field is not supported in most regions.
public final TaxDocuments taxDocuments()
The tax documents required in your Amazon Web Services Region.
public final RemoteManagement remoteManagement()
Allows you to securely operate and manage Snow devices in a cluster 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 return RemoteManagement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from remoteManagementAsString().
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.RemoteManagementpublic final String remoteManagementAsString()
Allows you to securely operate and manage Snow devices in a cluster 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 return RemoteManagement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from remoteManagementAsString().
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.RemoteManagementpublic CreateClusterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateClusterRequest.Builder,CreateClusterRequest>toBuilder in class SnowballRequestpublic static CreateClusterRequest.Builder builder()
public static Class<? extends CreateClusterRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.