| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.backupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan.
|
default GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.backupPlan(Consumer<BackupPlan.Builder> backupPlan)
Specifies the body of a backup plan.
|
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.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. |
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
static GetBackupPlanResponse.Builder |
GetBackupPlanResponse.builder() |
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.creationDate(Instant creationDate)
The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.creatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
running the operation twice.
|
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.deletionDate(Instant deletionDate)
The date and time that a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC).
|
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.Builder.lastExecutionDate(Instant lastExecutionDate)
The last time a job to back up resources was run with this backup plan.
|
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.toBuilder() |
GetBackupPlanResponse.Builder |
GetBackupPlanResponse.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 GetBackupPlanResponse.Builder> |
GetBackupPlanResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.