@Generated(value="software.amazon.awssdk:codegen") public final class TapeArchive extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TapeArchive.Builder,TapeArchive>
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
Modifier and Type | Class and Description |
---|---|
static interface |
TapeArchive.Builder |
Modifier and Type | Method and Description |
---|---|
static TapeArchive.Builder |
builder() |
Instant |
completionTime()
The time that the archiving of the virtual tape was completed.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKey()
Returns the value of the KMSKey property for this object.
|
String |
retrievedTo()
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TapeArchive.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of an archived virtual tape.
|
String |
tapeBarcode()
The barcode that identifies the archived virtual tape.
|
Instant |
tapeCreatedDate()
The date the virtual tape was created.
|
Long |
tapeSizeInBytes()
The size, in bytes, of the archived virtual tape.
|
String |
tapeStatus()
The current state of the archived virtual tape.
|
Long |
tapeUsedInBytes()
The size, in bytes, of data stored on the virtual tape.
|
TapeArchive.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String tapeARN()
The Amazon Resource Name (ARN) of an archived virtual tape.
public String tapeBarcode()
The barcode that identifies the archived virtual tape.
public Instant tapeCreatedDate()
The date the virtual tape was created.
public Long tapeSizeInBytes()
The size, in bytes, of the archived virtual tape.
public Instant completionTime()
The time that the archiving of the virtual tape was completed.
The default time stamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
The default time stamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
public String 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).
The virtual tape is retrieved from the virtual tape shelf (VTS).
public String tapeStatus()
The current state of the archived virtual tape.
public Long 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.
This value is not available for tapes created prior to May 13, 2015.
public String kmsKey()
public TapeArchive.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TapeArchive.Builder,TapeArchive>
public static TapeArchive.Builder builder()
public static Class<? extends TapeArchive.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.