public static interface CachediSCSIVolume.Builder extends SdkPojo, CopyableBuilder<CachediSCSIVolume.Builder,CachediSCSIVolume>
| Modifier and Type | Method and Description |
|---|---|
CachediSCSIVolume.Builder |
createdDate(Instant createdDate)
The date the volume was created.
|
CachediSCSIVolume.Builder |
kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
CachediSCSIVolume.Builder |
sourceSnapshotId(String sourceSnapshotId)
If the cached volume was created from a snapshot, this field contains the snapshot ID used, e.g.
|
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 |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume.
|
CachediSCSIVolume.Builder |
volumeAttachmentStatus(String volumeAttachmentStatus)
A value that indicates whether a storage volume is attached to or detached from a gateway.
|
CachediSCSIVolume.Builder |
volumeId(String volumeId)
The unique identifier of the volume, e.g.
|
default CachediSCSIVolume.Builder |
volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
CachediSCSIVolume.Builder |
volumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.
|
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 |
volumeSizeInBytes(Long volumeSizeInBytes)
The size, in bytes, of the volume capacity.
|
CachediSCSIVolume.Builder |
volumeStatus(String volumeStatus)
One of the VolumeStatus values that indicates the state of the storage volume.
|
CachediSCSIVolume.Builder |
volumeType(String volumeType)
One of the VolumeType enumeration values that describes the type of the volume.
|
CachediSCSIVolume.Builder |
volumeUsedInBytes(Long volumeUsedInBytes)
The size of the data stored on the volume in bytes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCachediSCSIVolume.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume.
volumeARN - The Amazon Resource Name (ARN) of the storage volume.CachediSCSIVolume.Builder volumeId(String volumeId)
The unique identifier of the volume, e.g. vol-AE4B946D.
volumeId - The unique identifier of the volume, e.g. vol-AE4B946D.CachediSCSIVolume.Builder volumeType(String volumeType)
One of the VolumeType enumeration values that describes the type of the volume.
volumeType - One of the VolumeType enumeration values that describes the type of the volume.CachediSCSIVolume.Builder volumeStatus(String volumeStatus)
One of the VolumeStatus values that indicates the state of the storage volume.
volumeStatus - One of the VolumeStatus values that indicates the state of the storage volume.CachediSCSIVolume.Builder volumeAttachmentStatus(String volumeAttachmentStatus)
A value that indicates whether a storage volume is attached to or detached from a gateway. For more information, see Moving Your Volumes to a Different Gateway.
volumeAttachmentStatus - A value that indicates whether a storage volume is attached to or detached from a gateway. For more
information, see Moving Your Volumes to a Different Gateway.CachediSCSIVolume.Builder volumeSizeInBytes(Long volumeSizeInBytes)
The size, in bytes, of the volume capacity.
volumeSizeInBytes - The size, in bytes, of the volume capacity.CachediSCSIVolume.Builder volumeProgress(Double volumeProgress)
Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of data transferred. This field does not appear in the response if the cached volume is not restoring or bootstrapping.
volumeProgress - Represents the percentage complete if the volume is restoring or bootstrapping that represents the
percent of data transferred. This field does not appear in the response if the cached volume is not
restoring or bootstrapping.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. Otherwise, this field is not included.
sourceSnapshotId - If the cached volume was created from a snapshot, this field contains the snapshot ID used, e.g.
snap-78e22663. Otherwise, this field is not included.CachediSCSIVolume.Builder volumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.
volumeiSCSIAttributes - An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored
volume.default CachediSCSIVolume.Builder volumeiSCSIAttributes(Consumer<VolumeiSCSIAttributes.Builder> volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.
This is a convenience that creates an instance of theVolumeiSCSIAttributes.Builder avoiding the need
to create one manually via VolumeiSCSIAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to volumeiSCSIAttributes(VolumeiSCSIAttributes).volumeiSCSIAttributes - a consumer that will call methods on VolumeiSCSIAttributes.BuildervolumeiSCSIAttributes(VolumeiSCSIAttributes)CachediSCSIVolume.Builder createdDate(Instant createdDate)
The date the volume was created. Volumes created prior to March 28, 2017 don’t have this time stamp.
createdDate - The date the volume was created. Volumes created prior to March 28, 2017 don’t have this time stamp.CachediSCSIVolume.Builder volumeUsedInBytes(Long volumeUsedInBytes)
The size of the data stored on the volume in bytes. This value is calculated based on the number of blocks
that are touched, instead of the actual amount of data written. This value can be useful for sequential write
patterns but less accurate for random write patterns. VolumeUsedInBytes is different from the
compressed size of the volume, which is the value that is used to calculate your bill.
This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.
volumeUsedInBytes - The size of the data stored on the volume in bytes. This value is calculated based on the number of
blocks that are touched, instead of the actual amount of data written. This value can be useful for
sequential write patterns but less accurate for random write patterns. VolumeUsedInBytes
is different from the compressed size of the volume, which is the value that is used to calculate your
bill. This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.
CachediSCSIVolume.Builder kmsKey(String kmsKey)
kmsKey - The new value for the KMSKey property for this object.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. For example, specifying TargetName as myvolume results in the target ARN of
arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume
. The target name must be unique across all volumes on a gateway.
If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.
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. For example, specifying TargetName as myvolume results in the target
ARN of
arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume
. The target name must be unique across all volumes on a gateway.
If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.
Copyright © 2019. All rights reserved.