@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Contains metadata about a specific cluster.
Constructor and Description |
---|
ClusterMetadata() |
Modifier and Type | Method and Description |
---|---|
ClusterMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getAddressId()
The automatically generated ID for a specific address.
|
String |
getClusterId()
The automatically generated ID for a cluster.
|
String |
getClusterState()
The current status of the cluster.
|
Date |
getCreationDate()
The creation date for this cluster.
|
String |
getDescription()
The optional description of the cluster.
|
String |
getForwardingAddressId()
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address.
|
String |
getJobType()
The type of job for this cluster.
|
String |
getKmsKeyARN()
The
KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. |
Notification |
getNotification()
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
OnDeviceServiceConfiguration |
getOnDeviceServiceConfiguration()
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
JobResource |
getResources()
The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
String |
getRoleARN()
The role ARN associated with this cluster.
|
String |
getShippingOption()
The shipping speed for each node in this cluster.
|
String |
getSnowballType()
The type of Snowcone device to use for this cluster.
|
TaxDocuments |
getTaxDocuments()
The tax documents required in your Amazon Web Services Region.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddressId(String addressId)
The automatically generated ID for a specific address.
|
void |
setClusterId(String clusterId)
The automatically generated ID for a cluster.
|
void |
setClusterState(ClusterState clusterState)
The current status of the cluster.
|
void |
setClusterState(String clusterState)
The current status of the cluster.
|
void |
setCreationDate(Date creationDate)
The creation date for this cluster.
|
void |
setDescription(String description)
The optional description of the cluster.
|
void |
setForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address.
|
void |
setJobType(JobType jobType)
The type of job for this cluster.
|
void |
setJobType(String jobType)
The type of job for this cluster.
|
void |
setKmsKeyARN(String kmsKeyARN)
The
KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. |
void |
setNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
void |
setOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
void |
setResources(JobResource resources)
The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
void |
setRoleARN(String roleARN)
The role ARN associated with this cluster.
|
void |
setShippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster.
|
void |
setShippingOption(String shippingOption)
The shipping speed for each node in this cluster.
|
void |
setSnowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
|
void |
setSnowballType(String snowballType)
The type of Snowcone device to use for this cluster.
|
void |
setTaxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
String |
toString()
Returns a string representation of this object.
|
ClusterMetadata |
withAddressId(String addressId)
The automatically generated ID for a specific address.
|
ClusterMetadata |
withClusterId(String clusterId)
The automatically generated ID for a cluster.
|
ClusterMetadata |
withClusterState(ClusterState clusterState)
The current status of the cluster.
|
ClusterMetadata |
withClusterState(String clusterState)
The current status of the cluster.
|
ClusterMetadata |
withCreationDate(Date creationDate)
The creation date for this cluster.
|
ClusterMetadata |
withDescription(String description)
The optional description of the cluster.
|
ClusterMetadata |
withForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address.
|
ClusterMetadata |
withJobType(JobType jobType)
The type of job for this cluster.
|
ClusterMetadata |
withJobType(String jobType)
The type of job for this cluster.
|
ClusterMetadata |
withKmsKeyARN(String kmsKeyARN)
The
KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. |
ClusterMetadata |
withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
ClusterMetadata |
withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
ClusterMetadata |
withResources(JobResource resources)
The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
ClusterMetadata |
withRoleARN(String roleARN)
The role ARN associated with this cluster.
|
ClusterMetadata |
withShippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster.
|
ClusterMetadata |
withShippingOption(String shippingOption)
The shipping speed for each node in this cluster.
|
ClusterMetadata |
withSnowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
|
ClusterMetadata |
withSnowballType(String snowballType)
The type of Snowcone device to use for this cluster.
|
ClusterMetadata |
withTaxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
public void setClusterId(String clusterId)
The automatically generated ID for a cluster.
clusterId
- The automatically generated ID for a cluster.public String getClusterId()
The automatically generated ID for a cluster.
public ClusterMetadata withClusterId(String clusterId)
The automatically generated ID for a cluster.
clusterId
- The automatically generated ID for a cluster.public void setDescription(String description)
The optional description of the cluster.
description
- The optional description of the cluster.public String getDescription()
The optional description of the cluster.
public ClusterMetadata withDescription(String description)
The optional description of the cluster.
description
- The optional description of the cluster.public void setKmsKeyARN(String kmsKeyARN)
The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created using
the CreateKey API action in
Key Management Service (KMS.
kmsKeyARN
- The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created
using the CreateKey
API action in Key Management Service (KMS.public String getKmsKeyARN()
The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created using
the CreateKey API action in
Key Management Service (KMS.
KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created
using the CreateKey
API action in Key Management Service (KMS.public ClusterMetadata withKmsKeyARN(String kmsKeyARN)
The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created using
the CreateKey API action in
Key Management Service (KMS.
kmsKeyARN
- The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created
using the CreateKey
API action in Key Management Service (KMS.public void setRoleARN(String roleARN)
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in Identity and Access Management (IAM).
roleARN
- The role ARN associated with this cluster. This ARN was created using the CreateRole API action
in Identity and Access Management (IAM).public String getRoleARN()
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in Identity and Access Management (IAM).
public ClusterMetadata withRoleARN(String roleARN)
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in Identity and Access Management (IAM).
roleARN
- The role ARN associated with this cluster. This ARN was created using the CreateRole API action
in Identity and Access Management (IAM).public void setClusterState(String clusterState)
The current status of the cluster.
clusterState
- The current status of the cluster.ClusterState
public String getClusterState()
The current status of the cluster.
ClusterState
public ClusterMetadata withClusterState(String clusterState)
The current status of the cluster.
clusterState
- The current status of the cluster.ClusterState
public void setClusterState(ClusterState clusterState)
The current status of the cluster.
clusterState
- The current status of the cluster.ClusterState
public ClusterMetadata withClusterState(ClusterState clusterState)
The current status of the cluster.
clusterState
- The current status of the cluster.ClusterState
public void setJobType(String jobType)
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE
.
jobType
- The type of job for this cluster. Currently, the only job type supported for clusters is
LOCAL_USE
.JobType
public String getJobType()
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE
.
LOCAL_USE
.JobType
public ClusterMetadata withJobType(String jobType)
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE
.
jobType
- The type of job for this cluster. Currently, the only job type supported for clusters is
LOCAL_USE
.JobType
public void setJobType(JobType jobType)
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE
.
jobType
- The type of job for this cluster. Currently, the only job type supported for clusters is
LOCAL_USE
.JobType
public ClusterMetadata withJobType(JobType jobType)
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE
.
jobType
- The type of job for this cluster. Currently, the only job type supported for clusters is
LOCAL_USE
.JobType
public void setSnowballType(String snowballType)
The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device type.
snowballType
- The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device
type.
SnowballType
public String getSnowballType()
The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device type.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device
type.
SnowballType
public ClusterMetadata withSnowballType(String snowballType)
The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device type.
snowballType
- The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device
type.
SnowballType
public void setSnowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device type.
snowballType
- The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device
type.
SnowballType
public ClusterMetadata withSnowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device type.
snowballType
- The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE
device
type.
SnowballType
public void setCreationDate(Date creationDate)
The creation date for this cluster.
creationDate
- The creation date for this cluster.public Date getCreationDate()
The creation date for this cluster.
public ClusterMetadata withCreationDate(Date creationDate)
The creation date for this cluster.
creationDate
- The creation date for this cluster.public void setResources(JobResource resources)
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
resources
- The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.public JobResource getResources()
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
public ClusterMetadata withResources(JobResource resources)
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
resources
- The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.public void setAddressId(String addressId)
The automatically generated ID for a specific address.
addressId
- The automatically generated ID for a specific address.public String getAddressId()
The automatically generated ID for a specific address.
public ClusterMetadata withAddressId(String addressId)
The automatically generated ID for a specific address.
addressId
- The automatically generated ID for a specific address.public void setShippingOption(String shippingOption)
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each 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, 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 each node in this cluster. This speed doesn't dictate how soon you'll get each
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, 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
public String getShippingOption()
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each 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, 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.
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.
ShippingOption
public ClusterMetadata withShippingOption(String shippingOption)
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each 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, 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 each node in this cluster. This speed doesn't dictate how soon you'll get each
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, 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
public void setShippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each 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, 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 each node in this cluster. This speed doesn't dictate how soon you'll get each
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, 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
public ClusterMetadata withShippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each 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, 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 each node in this cluster. This speed doesn't dictate how soon you'll get each
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, 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
public void setNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
notification
- The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.public Notification getNotification()
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
public ClusterMetadata withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
notification
- The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.public void setForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
forwardingAddressId
- The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address.
This field is not supported in most regions.public String getForwardingAddressId()
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
public ClusterMetadata withForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
forwardingAddressId
- The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address.
This field is not supported in most regions.public void setTaxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
taxDocuments
- The tax documents required in your Amazon Web Services Region.public TaxDocuments getTaxDocuments()
The tax documents required in your Amazon Web Services Region.
public ClusterMetadata withTaxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
taxDocuments
- The tax documents required in your Amazon Web Services Region.public void setOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
onDeviceServiceConfiguration
- Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.public OnDeviceServiceConfiguration getOnDeviceServiceConfiguration()
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
public ClusterMetadata withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
onDeviceServiceConfiguration
- Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.public String toString()
toString
in class Object
Object.toString()
public ClusterMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.