| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static CachediSCSIVolume.Builder |
CachediSCSIVolume.builder() |
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.createdDate(Instant createdDate)
The date the volume was created.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.sourceSnapshotId(String sourceSnapshotId)
If the cached volume was created from a snapshot, this field contains the snapshot ID used, e.g.,
snap-78e22663.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.targetName(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.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.toBuilder() |
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeAttachmentStatus(String volumeAttachmentStatus)
A value that indicates whether a storage volume is attached to or detached from a gateway.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeId(String volumeId)
The unique identifier of the volume, e.g., vol-AE4B946D.
|
default CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeProgress(Double volumeProgress)
Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of
data transferred.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeSizeInBytes(Long volumeSizeInBytes)
The size, in bytes, of the volume capacity.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeStatus(String volumeStatus)
One of the VolumeStatus values that indicates the state of the storage volume.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeType(String volumeType)
One of the VolumeType enumeration values that describes the type of the volume.
|
CachediSCSIVolume.Builder |
CachediSCSIVolume.Builder.volumeUsedInBytes(Long volumeUsedInBytes)
The size of the data stored on the volume in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CachediSCSIVolume.Builder> |
CachediSCSIVolume.serializableBuilderClass() |
Copyright © 2021. All rights reserved.