public static interface DescribeRecoveryPointRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<DescribeRecoveryPointRequest.Builder,DescribeRecoveryPointRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeRecoveryPointRequest.Builder |
backupVaultAccountId(String backupVaultAccountId)
This is the account ID of the specified backup vault.
|
DescribeRecoveryPointRequest.Builder |
backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
DescribeRecoveryPointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeRecoveryPointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeRecoveryPointRequest.Builder |
recoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecoveryPointRequest.Builder backupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName - The name of a logical container where backups are stored. Backup vaults are identified by names that
are unique to the account used to create them and the Amazon Web Services Region where they are
created. They consist of lowercase letters, numbers, and hyphens.DescribeRecoveryPointRequest.Builder recoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
recoveryPointArn - An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.DescribeRecoveryPointRequest.Builder backupVaultAccountId(String backupVaultAccountId)
This is the account ID of the specified backup vault.
backupVaultAccountId - This is the account ID of the specified backup vault.DescribeRecoveryPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRecoveryPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.