Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateClusterRequest.Builder,CreateClusterRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateClusterRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateClusterRequest.Builder,CreateClusterRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateClusterRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
String |
forwardingAddressId() |
The forwarding address ID for a cluster.
|
int |
hashCode() |
|
String |
jobType() |
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.
|
JobResource |
resources() |
The resources associated with the cluster job.
|
String |
roleARN() |
The
RoleARN that you want to associate with this cluster. |
static Class<? extends CreateClusterRequest.Builder> |
serializableBuilderClass() |
|
String |
shippingOption() |
The shipping speed for each node in this cluster.
|
String |
snowballType() |
The type of AWS Snowball appliance to use for this cluster.
|
CreateClusterRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String jobType()
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE
.
LOCAL_USE
.JobType
public JobResource resources()
The resources associated with the cluster job. These resources include Amazon S3 buckets and optional AWS Lambda functions written in the Python language.
public String description()
An optional description of this specific cluster, for example Environmental Data Cluster-01
.
Environmental Data Cluster-01
.public String addressId()
The ID for the address that you want the cluster shipped to.>
public String kmsKeyARN()
The KmsKeyARN
value that you want to associate with this cluster. KmsKeyARN
values are
created by using the CreateKey API action in AWS Key
Management Service (AWS KMS).
KmsKeyARN
value that you want to associate with this cluster. KmsKeyARN
values are created by using the CreateKey API action in
AWS Key Management Service (AWS KMS).public String roleARN()
The RoleARN
that you want to associate with this cluster. RoleArn
values are created by
using the CreateRole API
action in AWS 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 AWS Identity and Access Management (IAM).public String snowballType()
The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for
cluster jobs is EDGE
.
EDGE
.SnowballType
public String shippingOption()
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge appliance, rather it represents how quickly each appliance moves to its destination while in transit. Regional shipping speeds are as follows:
In Australia, you have access to express shipping. Typically, appliances shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snowball Edges 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, Snowball Edges are delivered in one to seven days.
In the US, you have access to one-day shipping and two-day shipping.
In Australia, you have access to express shipping. Typically, appliances shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snowball Edges 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, Snowball Edges are delivered in one to seven days.
In the US, you have access to one-day shipping and two-day shipping.
ShippingOption
public Notification notification()
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
public String forwardingAddressId()
The forwarding address ID for a cluster. This field is not supported in most regions.
public CreateClusterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateClusterRequest.Builder,CreateClusterRequest>
public static CreateClusterRequest.Builder builder()
public static Class<? extends CreateClusterRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.