static StorediSCSIVolume.Builder |
StorediSCSIVolume.builder() |
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.createdDate(Instant createdDate) |
The date the volume was created.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.kmsKey(String kmsKey) |
Sets the value of the KMSKey property for this object.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.preservedExistingData(Boolean preservedExistingData) |
Indicates if when the stored volume was created, existing data on the underlying local disk was preserved.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.sourceSnapshotId(String sourceSnapshotId) |
If the stored volume was created from a snapshot, this field contains the snapshot ID used, e.g.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.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.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.toBuilder() |
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeARN(String volumeARN) |
The Amazon Resource Name (ARN) of the storage volume.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeAttachmentStatus(String volumeAttachmentStatus) |
A value that indicates whether a storage volume is attached to, detached from, or is in the process of
detaching from a gateway.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeDiskId(String volumeDiskId) |
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeId(String volumeId) |
The unique identifier of the volume, e.g., vol-AE4B946D.
|
default StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes) |
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes) |
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeProgress(Double volumeProgress) |
Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of
data transferred.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeSizeInBytes(Long volumeSizeInBytes) |
The size of the volume in bytes.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeStatus(String volumeStatus) |
One of the VolumeStatus values that indicates the state of the storage volume.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeType(String volumeType) |
One of the VolumeType enumeration values describing the type of the volume.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeUsedInBytes(Long volumeUsedInBytes) |
The size of the data stored on the volume in bytes.
|