public static interface CreateLogicallyAirGappedBackupVaultRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<CreateLogicallyAirGappedBackupVaultRequest.Builder,CreateLogicallyAirGappedBackupVaultRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLogicallyAirGappedBackupVaultRequest.Builder backupVaultName(String backupVaultName)
This is the name of the vault that is being created.
backupVaultName - This is the name of the vault that is being created.CreateLogicallyAirGappedBackupVaultRequest.Builder backupVaultTags(Map<String,String> backupVaultTags)
These are the tags that will be included in the newly-created vault.
backupVaultTags - These are the tags that will be included in the newly-created vault.CreateLogicallyAirGappedBackupVaultRequest.Builder creatorRequestId(String creatorRequestId)
This is the ID of the creation request.
creatorRequestId - This is the ID of the creation request.CreateLogicallyAirGappedBackupVaultRequest.Builder minRetentionDays(Long minRetentionDays)
This setting specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, no minimum retention period is enforced.
If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If a job retention period is shorter than that minimum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault.
minRetentionDays - This setting specifies the minimum retention period that the vault retains its recovery points. If
this parameter is not specified, no minimum retention period is enforced.
If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If a job retention period is shorter than that minimum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault.
CreateLogicallyAirGappedBackupVaultRequest.Builder maxRetentionDays(Long maxRetentionDays)
This is the setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Backup does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).
If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault.
maxRetentionDays - This is the setting that specifies the maximum retention period that the vault retains its recovery
points. If this parameter is not specified, Backup does not enforce a maximum retention period on the
recovery points in the vault (allowing indefinite storage).
If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault.
CreateLogicallyAirGappedBackupVaultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.