| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsBackupRecoveryPointCreatedByDetails.Builder |
AwsBackupRecoveryPointCreatedByDetails.Builder.backupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
|
AwsBackupRecoveryPointCreatedByDetails.Builder |
AwsBackupRecoveryPointCreatedByDetails.Builder.backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
AwsBackupRecoveryPointCreatedByDetails.Builder |
AwsBackupRecoveryPointCreatedByDetails.Builder.backupPlanVersion(String backupPlanVersion)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
AwsBackupRecoveryPointCreatedByDetails.Builder |
AwsBackupRecoveryPointCreatedByDetails.Builder.backupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
|
static AwsBackupRecoveryPointCreatedByDetails.Builder |
AwsBackupRecoveryPointCreatedByDetails.builder() |
AwsBackupRecoveryPointCreatedByDetails.Builder |
AwsBackupRecoveryPointCreatedByDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsBackupRecoveryPointCreatedByDetails.Builder> |
AwsBackupRecoveryPointCreatedByDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.createdBy(Consumer<AwsBackupRecoveryPointCreatedByDetails.Builder> createdBy)
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and
BackupRuleId of the backup plan that is used to create it. |
Copyright © 2023. All rights reserved.