Uses of Interface
software.amazon.awssdk.services.backup.model.CreateLogicallyAirGappedBackupVaultRequest.Builder
-
Packages that use CreateLogicallyAirGappedBackupVaultRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of CreateLogicallyAirGappedBackupVaultRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type CreateLogicallyAirGappedBackupVaultRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateLogicallyAirGappedBackupVaultResponse>BackupAsyncClient. createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest)This request creates a logical container to where backups may be copied.default CreateLogicallyAirGappedBackupVaultResponseBackupClient. createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest)This request creates a logical container to where backups may be copied. -
Uses of CreateLogicallyAirGappedBackupVaultRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return CreateLogicallyAirGappedBackupVaultRequest.Builder Modifier and Type Method Description CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder. backupVaultName(String backupVaultName)This is the name of the vault that is being created.CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder. backupVaultTags(Map<String,String> backupVaultTags)These are the tags that will be included in the newly-created vault.static CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest. builder()CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder. creatorRequestId(String creatorRequestId)This is the ID of the creation request.CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder. maxRetentionDays(Long maxRetentionDays)This is the setting that specifies the maximum retention period that the vault retains its recovery points.CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder. minRetentionDays(Long minRetentionDays)This setting specifies the minimum retention period that the vault retains its recovery points.CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLogicallyAirGappedBackupVaultRequest.BuilderCreateLogicallyAirGappedBackupVaultRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type CreateLogicallyAirGappedBackupVaultRequest.Builder Modifier and Type Method Description static Class<? extends CreateLogicallyAirGappedBackupVaultRequest.Builder>CreateLogicallyAirGappedBackupVaultRequest. serializableBuilderClass()
-