| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
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)
The ID of the local disk that was specified in the CreateStorediSCSIVolume operation.
|
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)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
StorediSCSIVolume.Builder |
StorediSCSIVolume.Builder.volumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StorediSCSIVolume.Builder> |
StorediSCSIVolume.serializableBuilderClass() |
Copyright © 2021. All rights reserved.