Uses of Interface
software.amazon.awssdk.services.storagegateway.model.TapeInfo.Builder
-
Packages that use TapeInfo.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of TapeInfo.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return TapeInfo.Builder Modifier and Type Method Description static TapeInfo.BuilderTapeInfo. builder()TapeInfo.BuilderTapeInfo.Builder. gatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the gateway.TapeInfo.BuilderTapeInfo.Builder. poolEntryDate(Instant poolEntryDate)The date that the tape entered the custom tape pool with tape retention lock enabled.TapeInfo.BuilderTapeInfo.Builder. poolId(String poolId)The ID of the pool that you want to add your tape to for archiving.TapeInfo.BuilderTapeInfo.Builder. retentionStartDate(Instant retentionStartDate)The date that the tape became subject to tape retention lock.TapeInfo.BuilderTapeInfo.Builder. tapeARN(String tapeARN)The Amazon Resource Name (ARN) of a virtual tape.TapeInfo.BuilderTapeInfo.Builder. tapeBarcode(String tapeBarcode)The barcode that identifies a specific virtual tape.TapeInfo.BuilderTapeInfo.Builder. tapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of a virtual tape.TapeInfo.BuilderTapeInfo.Builder. tapeStatus(String tapeStatus)The status of the tape.TapeInfo.BuilderTapeInfo. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type TapeInfo.Builder Modifier and Type Method Description static Class<? extends TapeInfo.Builder>TapeInfo. serializableBuilderClass()
-