@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.
|
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 AWS Snowball appliance to use for this cluster.
|
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 |
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 AWS Snowball appliance to use for this cluster.
|
void |
setSnowballType(String snowballType)
The type of AWS Snowball appliance to use for this cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 |
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 AWS Snowball appliance to use for this cluster.
|
ClusterMetadata |
withSnowballType(String snowballType)
The type of AWS Snowball appliance to use for this cluster.
|
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
AWS Key Management Service (AWS KMS).
kmsKeyARN
- The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created
using the CreateKey
API action in AWS Key Management Service (AWS KMS).public String getKmsKeyARN()
The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created using
the CreateKey API action in
AWS Key Management Service (AWS KMS).
KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created
using the CreateKey
API action in AWS Key Management Service (AWS 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
AWS Key Management Service (AWS KMS).
kmsKeyARN
- The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created
using the CreateKey
API action in AWS Key Management Service (AWS KMS).public void setRoleARN(String roleARN)
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
roleARN
- The role ARN associated with this cluster. This ARN was created using the CreateRole API action in
AWS 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 AWS 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 AWS Identity and Access Management (IAM).
roleARN
- The role ARN associated with this cluster. This ARN was created using the CreateRole API action in
AWS 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 AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for
cluster jobs is EDGE
.
snowballType
- The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type
for cluster jobs is EDGE
.SnowballType
public String getSnowballType()
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 ClusterMetadata withSnowballType(String snowballType)
The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for
cluster jobs is EDGE
.
snowballType
- The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type
for cluster jobs is EDGE
.SnowballType
public void setSnowballType(SnowballType snowballType)
The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for
cluster jobs is EDGE
.
snowballType
- The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type
for cluster jobs is EDGE
.SnowballType
public ClusterMetadata withSnowballType(SnowballType snowballType)
The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for
cluster jobs is EDGE
.
snowballType
- The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type
for cluster jobs is EDGE
.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 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.
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.
ShippingOption
public String getShippingOption()
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 ClusterMetadata withShippingOption(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.
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.
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 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.
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.
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 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.
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.
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.