public static interface DisassociateRecoveryPointFromParentRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<DisassociateRecoveryPointFromParentRequest.Builder,DisassociateRecoveryPointFromParentRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateRecoveryPointFromParentRequest.Builder |
backupVaultName(String backupVaultName)
This is the name of a logical container where the child (nested) recovery point is stored.
|
DisassociateRecoveryPointFromParentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateRecoveryPointFromParentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateRecoveryPointFromParentRequest.Builder |
recoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for
example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateRecoveryPointFromParentRequest.Builder backupVaultName(String backupVaultName)
This is the name of a logical container where the child (nested) recovery point is 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 - This is the name of a logical container where the child (nested) recovery point is 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.DisassociateRecoveryPointFromParentRequest.Builder recoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for
example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
recoveryPointArn - This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for
example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.DisassociateRecoveryPointFromParentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateRecoveryPointFromParentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.