@Generated(value="software.amazon.awssdk:codegen") public final class UpdateClusterRequest extends SnowballRequest implements ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateClusterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addressId()
The ID of the updated Address object.
|
static UpdateClusterRequest.Builder |
builder() |
String |
clusterId()
The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000. |
String |
description()
The updated description of this cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forwardingAddressId()
The updated ID for the forwarding address for a cluster.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Notification |
notification()
The new or updated Notification object.
|
OnDeviceServiceConfiguration |
onDeviceServiceConfiguration()
Specifies the service or services on the Snow Family device that your transferred data will be exported from or
imported into.
|
JobResource |
resources()
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
String |
roleARN()
The new role Amazon Resource Name (ARN) that you want to associate with this cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateClusterRequest.Builder> |
serializableBuilderClass() |
ShippingOption |
shippingOption()
The updated shipping option value of this cluster's ShippingDetails object.
|
String |
shippingOptionAsString()
The updated shipping option value of this cluster's ShippingDetails object.
|
UpdateClusterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterId()
The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000.
CID123e4567-e89b-12d3-a456-426655440000.public final String roleARN()
The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in Identity and Access Management (IAM).
public final String description()
The updated description of this cluster.
public final JobResource resources()
The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
public final OnDeviceServiceConfiguration onDeviceServiceConfiguration()
Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).
public final String addressId()
The ID of the updated Address object.
public final ShippingOption shippingOption()
The updated shipping option value of this cluster's ShippingDetails object.
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
ShippingOptionpublic final String shippingOptionAsString()
The updated shipping option value of this cluster's ShippingDetails object.
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
ShippingOptionpublic final Notification notification()
The new or updated Notification object.
public final String forwardingAddressId()
The updated ID for the forwarding address for a cluster. This field is not supported in most regions.
public UpdateClusterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>toBuilder in class SnowballRequestpublic static UpdateClusterRequest.Builder builder()
public static Class<? extends UpdateClusterRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.