static CreateTapesRequest.Builder |
CreateTapesRequest.builder() |
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.clientToken(String clientToken) |
A unique identifier that you use to retry a request.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.gatewayARN(String gatewayARN) |
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tapes with.
|
CreateTapesRequest.Builder |
CreateTapesRequest.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.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.kmsKey(String kmsKey) |
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.numTapesToCreate(Integer numTapesToCreate) |
The number of virtual tapes that you want to create.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.poolId(String poolId) |
The ID of the pool that you want to add your tape to for archiving.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.tags(Collection<Tag> tags) |
A list of up to 50 tags that can be assigned to a virtual tape.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of up to 50 tags that can be assigned to a virtual tape.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.tags(Tag... tags) |
A list of up to 50 tags that can be assigned to a virtual tape.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.tapeBarcodePrefix(String tapeBarcodePrefix) |
A prefix that you append to the barcode of the virtual tape you are creating.
|
CreateTapesRequest.Builder |
CreateTapesRequest.Builder.tapeSizeInBytes(Long tapeSizeInBytes) |
The size, in bytes, of the virtual tapes that you want to create.
|
CreateTapesRequest.Builder |
CreateTapesRequest.toBuilder() |
|
CreateTapesRequest.Builder |
CreateTapesRequest.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.
|