public static interface AttachVolumeResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<AttachVolumeResponse.Builder,AttachVolumeResponse>
| Modifier and Type | Method and Description |
|---|---|
AttachVolumeResponse.Builder |
targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was
used to connect to the target.
|
AttachVolumeResponse.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was attached to the gateway.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachVolumeResponse.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was attached to the gateway.
volumeARN - The Amazon Resource Name (ARN) of the volume that was attached to the gateway.AttachVolumeResponse.Builder targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.
targetARN - The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator
that was used to connect to the target.Copyright © 2023. All rights reserved.