| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static BackupSelection.Builder |
BackupSelection.builder() |
BackupSelection.Builder |
BackupSelection.Builder.iamRoleArn(String iamRoleArn)
The ARN of the IAM role that AWS Backup uses to authenticate when backing up the target resource; for
example,
arn:aws:iam::123456789012:role/S3Access. |
BackupSelection.Builder |
BackupSelection.Builder.listOfTags(Collection<Condition> listOfTags)
An array of conditions used to specify a set of resources to assign to a backup plan; for example,
"StringEquals": {"ec2:ResourceTag/Department": "accounting". |
BackupSelection.Builder |
BackupSelection.Builder.listOfTags(Condition... listOfTags)
An array of conditions used to specify a set of resources to assign to a backup plan; for example,
"StringEquals": {"ec2:ResourceTag/Department": "accounting". |
BackupSelection.Builder |
BackupSelection.Builder.listOfTags(Consumer<Condition.Builder>... listOfTags)
An array of conditions used to specify a set of resources to assign to a backup plan; for example,
"StringEquals": {"ec2:ResourceTag/Department": "accounting". |
BackupSelection.Builder |
BackupSelection.Builder.resources(Collection<String> resources)
An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.
|
BackupSelection.Builder |
BackupSelection.Builder.resources(String... resources)
An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.
|
BackupSelection.Builder |
BackupSelection.Builder.selectionName(String selectionName)
The display name of a resource selection document.
|
BackupSelection.Builder |
BackupSelection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BackupSelection.Builder> |
BackupSelection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBackupSelectionRequest.Builder |
CreateBackupSelectionRequest.Builder.backupSelection(Consumer<BackupSelection.Builder> backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
default GetBackupSelectionResponse.Builder |
GetBackupSelectionResponse.Builder.backupSelection(Consumer<BackupSelection.Builder> backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
Copyright © 2021. All rights reserved.