public static interface AssignTapePoolRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<AssignTapePoolRequest.Builder,AssignTapePoolRequest>
| Modifier and Type | Method and Description |
|---|---|
AssignTapePoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssignTapePoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssignTapePoolRequest.Builder |
poolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
AssignTapePoolRequest.Builder |
tapeARN(String tapeARN)
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssignTapePoolRequest.Builder tapeARN(String tapeARN)
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
tapeARN - The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.AssignTapePoolRequest.Builder poolId(String poolId)
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
poolId - The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived
in the S3 storage class that is associated with the pool. When you use your backup application to
eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that
corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
AssignTapePoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssignTapePoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.