static CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.builder() |
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.gatewayARN(String gatewayARN) |
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.kmsEncrypted(Boolean kmsEncrypted) |
Set to true to use Amazon S3 server-side encryption with your own KMS key, or false
to use a key managed by Amazon S3.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.kmsKey(String kmsKey) |
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.poolId(String poolId) |
The ID of the pool that you want to add your tape to for archiving.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tags(Collection<Tag> tags) |
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tags(Tag... tags) |
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tapeBarcode(String tapeBarcode) |
The barcode that you want to assign to the tape.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tapeSizeInBytes(Long tapeSizeInBytes) |
The size, in bytes, of the virtual tape that you want to create.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.toBuilder() |
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.worm(Boolean worm) |
Set to TRUE if the tape you are creating is to be configured as a write-once-read-many (WORM)
tape.
|