| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to
transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).
|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateClusterResponse> |
SnowballAsyncClient.updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
default UpdateClusterResponse |
SnowballClient.updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.addressId(String addressId)
The ID of the updated Address object.
|
static UpdateClusterRequest.Builder |
UpdateClusterRequest.builder() |
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.clusterId(String clusterId)
The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000. |
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.description(String description)
The updated description of this cluster.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.forwardingAddressId(String forwardingAddressId)
The updated ID for the forwarding address for a cluster.
|
default UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.notification(Consumer<Notification.Builder> notification)
The new or updated Notification object.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.notification(Notification notification)
The new or updated Notification object.
|
default UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.onDeviceServiceConfiguration(Consumer<OnDeviceServiceConfiguration.Builder> onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from
or imported into.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.onDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from
or imported into.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.resources(Consumer<JobResource.Builder> resources)
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.resources(JobResource resources)
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.roleARN(String roleARN)
The new role Amazon Resource Name (ARN) that you want to associate with this cluster.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.shippingOption(ShippingOption shippingOption)
The updated shipping option value of this cluster's ShippingDetails object.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.shippingOption(String shippingOption)
The updated shipping option value of this cluster's ShippingDetails object.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateClusterRequest.Builder> |
UpdateClusterRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.