public static interface CreateTapePoolRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateTapePoolRequest.Builder,CreateTapePoolRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTapePoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTapePoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTapePoolRequest.Builder |
poolName(String poolName)
The name of the new custom tape pool.
|
CreateTapePoolRequest.Builder |
retentionLockTimeInDays(Integer retentionLockTimeInDays)
Tape retention lock time is set in days.
|
CreateTapePoolRequest.Builder |
retentionLockType(RetentionLockType retentionLockType)
Tape retention lock can be configured in two modes.
|
CreateTapePoolRequest.Builder |
retentionLockType(String retentionLockType)
Tape retention lock can be configured in two modes.
|
CreateTapePoolRequest.Builder |
storageClass(String storageClass)
The storage class that is associated with the new custom pool.
|
CreateTapePoolRequest.Builder |
storageClass(TapeStorageClass storageClass)
The storage class that is associated with the new custom pool.
|
CreateTapePoolRequest.Builder |
tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to tape pool.
|
CreateTapePoolRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to tape pool.
|
CreateTapePoolRequest.Builder |
tags(Tag... tags)
A list of up to 50 tags that can be assigned to tape pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTapePoolRequest.Builder poolName(String poolName)
The name of the new custom tape pool.
poolName - The name of the new custom tape pool.CreateTapePoolRequest.Builder storageClass(String storageClass)
The storage class that is associated with the new custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
storageClass - The storage class that is associated with the new custom pool. When you use your backup application to
eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep
Archive) that corresponds to the pool.TapeStorageClass,
TapeStorageClassCreateTapePoolRequest.Builder storageClass(TapeStorageClass storageClass)
The storage class that is associated with the new custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
storageClass - The storage class that is associated with the new custom pool. When you use your backup application to
eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep
Archive) that corresponds to the pool.TapeStorageClass,
TapeStorageClassCreateTapePoolRequest.Builder retentionLockType(String retentionLockType)
Tape retention lock can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.
retentionLockType - Tape retention lock can be configured in two modes. When configured in governance mode, Amazon Web
Services accounts with specific IAM permissions are authorized to remove the tape retention lock from
archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed
by any user, including the root Amazon Web Services account.RetentionLockType,
RetentionLockTypeCreateTapePoolRequest.Builder retentionLockType(RetentionLockType retentionLockType)
Tape retention lock can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.
retentionLockType - Tape retention lock can be configured in two modes. When configured in governance mode, Amazon Web
Services accounts with specific IAM permissions are authorized to remove the tape retention lock from
archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed
by any user, including the root Amazon Web Services account.RetentionLockType,
RetentionLockTypeCreateTapePoolRequest.Builder retentionLockTimeInDays(Integer retentionLockTimeInDays)
Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days).
retentionLockTimeInDays - Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years
(36,500 days).CreateTapePoolRequest.Builder tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
tags - A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair. Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
CreateTapePoolRequest.Builder tags(Tag... tags)
A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
tags - A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair. Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
CreateTapePoolRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateTapePoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTapePoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.