@Generated(value="software.amazon.awssdk:codegen") public final class AttachVolumeRequest extends StorageGatewayRequest implements ToCopyableBuilder<AttachVolumeRequest.Builder,AttachVolumeRequest>
AttachVolumeInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachVolumeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttachVolumeRequest.Builder |
builder() |
String |
diskId()
The unique device ID or other distinguishing data that identifies the local disk used to create the volume.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkInterfaceId()
The network interface of the gateway on which to expose the iSCSI target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttachVolumeRequest.Builder> |
serializableBuilderClass() |
String |
targetName()
The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN.
|
AttachVolumeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeARN()
The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to.
public String targetName()
The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN.
For example, specifying TargetName as myvolume results in the target ARN of
arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume
. The target name must be unique across all volumes on a gateway.
If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.
TargetName as myvolume results in the target ARN
of
arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume
. The target name must be unique across all volumes on a gateway.
If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.
public String volumeARN()
The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.
public String networkInterfaceId()
The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use DescribeGatewayInformation to get a list of the network interfaces available on a gateway.
Valid Values: A valid IP address.
Valid Values: A valid IP address.
public String diskId()
The unique device ID or other distinguishing data that identifies the local disk used to create the volume. This value is only required when you are attaching a stored volume.
public AttachVolumeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttachVolumeRequest.Builder,AttachVolumeRequest>toBuilder in class StorageGatewayRequestpublic static AttachVolumeRequest.Builder builder()
public static Class<? extends AttachVolumeRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.