| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.Builder.advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.Builder.advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.Builder.advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.Builder.backupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50. |
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.Builder.backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
static UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.builder() |
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.Builder.creationDate(Instant creationDate)
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.toBuilder() |
UpdateBackupPlanResponse.Builder |
UpdateBackupPlanResponse.Builder.versionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBackupPlanResponse.Builder> |
UpdateBackupPlanResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.