CopyableBuilder<CreateStorediSCSIVolumeResponse.Builder,CreateStorediSCSIVolumeResponse>
, SdkBuilder<CreateStorediSCSIVolumeResponse.Builder,CreateStorediSCSIVolumeResponse>
public static interface CreateStorediSCSIVolumeResponse.Builder extends CopyableBuilder<CreateStorediSCSIVolumeResponse.Builder,CreateStorediSCSIVolumeResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateStorediSCSIVolumeResponse.Builder |
targetARN(String targetARN) |
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to
connect to the target.
|
CreateStorediSCSIVolumeResponse.Builder |
volumeARN(String volumeARN) |
The Amazon Resource Name (ARN) of the configured volume.
|
CreateStorediSCSIVolumeResponse.Builder |
volumeSizeInBytes(Long volumeSizeInBytes) |
The size of the volume in bytes.
|
copy
apply, build
CreateStorediSCSIVolumeResponse.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the configured volume.
volumeARN
- The Amazon Resource Name (ARN) of the configured volume.CreateStorediSCSIVolumeResponse.Builder volumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
volumeSizeInBytes
- The size of the volume in bytes.CreateStorediSCSIVolumeResponse.Builder targetARN(String targetARN)
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
targetARN
- he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can
use to connect to the target.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.