Class TapeArchive
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TapeArchive.Builder,
TapeArchive>
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TapeArchive.Builder
builder()
final Instant
The time that the archiving of the virtual tape was completed.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
kmsKey()
Returns the value of the KMSKey property for this object.final Instant
The time that the tape entered the custom tape pool.final String
poolId()
The ID of the pool that was used to archive the tape.final Instant
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.final String
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.static Class
<? extends TapeArchive.Builder> final String
tapeARN()
The Amazon Resource Name (ARN) of an archived virtual tape.final String
The barcode that identifies the archived virtual tape.final Instant
The date the virtual tape was created.final Long
The size, in bytes, of the archived virtual tape.final String
The current state of the archived virtual tape.final Long
The size, in bytes, of data stored on the virtual tape.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Boolean
worm()
Set totrue
if the archived tape is stored as write-once-read-many (WORM).Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
tapeARN
The Amazon Resource Name (ARN) of an archived virtual tape.
- Returns:
- The Amazon Resource Name (ARN) of an archived virtual tape.
-
tapeBarcode
The barcode that identifies the archived virtual tape.
- Returns:
- The barcode that identifies the archived virtual tape.
-
tapeCreatedDate
The date the virtual tape was created.
- Returns:
- The date the virtual tape was created.
-
tapeSizeInBytes
The size, in bytes, of the archived virtual tape.
- Returns:
- The size, in bytes, of the archived virtual tape.
-
completionTime
The time that the archiving of the virtual tape was completed.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Returns:
- The time that the archiving of the virtual tape was completed.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
-
retrievedTo
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
- Returns:
- The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
-
tapeStatus
The current state of the archived virtual tape.
- Returns:
- The current state of the archived virtual tape.
-
tapeUsedInBytes
The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
- Returns:
- The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
-
kmsKey
Returns the value of the KMSKey property for this object.- Returns:
- The value of the KMSKey property for this object.
-
poolId
The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
- Returns:
- The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
-
worm
Set to
true
if the archived tape is stored as write-once-read-many (WORM).- Returns:
- Set to
true
if the archived tape is stored as write-once-read-many (WORM).
-
retentionStartDate
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
- Returns:
- If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
-
poolEntryDate
The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Returns:
- The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<TapeArchive.Builder,
TapeArchive> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-