| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static TapeInfo.Builder |
TapeInfo.builder() |
TapeInfo.Builder |
TapeInfo.Builder.gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
TapeInfo.Builder |
TapeInfo.Builder.tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of a virtual tape.
|
TapeInfo.Builder |
TapeInfo.Builder.tapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
TapeInfo.Builder |
TapeInfo.Builder.tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of a virtual tape.
|
TapeInfo.Builder |
TapeInfo.Builder.tapeStatus(String tapeStatus)
The status of the tape.
|
TapeInfo.Builder |
TapeInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TapeInfo.Builder> |
TapeInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.