| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterMetadata |
ClusterMetadata.clone() |
ClusterMetadata |
DescribeClusterResult.getClusterMetadata()
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
ClusterMetadata |
ClusterMetadata.withAddressId(String addressId)
The automatically generated ID for a specific address.
|
ClusterMetadata |
ClusterMetadata.withClusterId(String clusterId)
The automatically generated ID for a cluster.
|
ClusterMetadata |
ClusterMetadata.withClusterState(ClusterState clusterState)
The current status of the cluster.
|
ClusterMetadata |
ClusterMetadata.withClusterState(String clusterState)
The current status of the cluster.
|
ClusterMetadata |
ClusterMetadata.withCreationDate(Date creationDate)
The creation date for this cluster.
|
ClusterMetadata |
ClusterMetadata.withDescription(String description)
The optional description of the cluster.
|
ClusterMetadata |
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 |
ClusterMetadata.withJobType(JobType jobType)
The type of job for this cluster.
|
ClusterMetadata |
ClusterMetadata.withJobType(String jobType)
The type of job for this cluster.
|
ClusterMetadata |
ClusterMetadata.withKmsKeyARN(String kmsKeyARN)
The
KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. |
ClusterMetadata |
ClusterMetadata.withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
ClusterMetadata |
ClusterMetadata.withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
ClusterMetadata |
ClusterMetadata.withResources(JobResource resources)
The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
ClusterMetadata |
ClusterMetadata.withRoleARN(String roleARN)
The role ARN associated with this cluster.
|
ClusterMetadata |
ClusterMetadata.withShippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster.
|
ClusterMetadata |
ClusterMetadata.withShippingOption(String shippingOption)
The shipping speed for each node in this cluster.
|
ClusterMetadata |
ClusterMetadata.withSnowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
|
ClusterMetadata |
ClusterMetadata.withSnowballType(String snowballType)
The type of Snowcone device to use for this cluster.
|
ClusterMetadata |
ClusterMetadata.withTaxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterResult.setClusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
DescribeClusterResult |
DescribeClusterResult.withClusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
Copyright © 2024. All rights reserved.