| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.addRestoreMetadataOverridesEntry(String key,
String value)
Add a single RestoreMetadataOverrides entry
|
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.clearRestoreMetadataOverridesEntries()
Removes all the entries added into RestoreMetadataOverrides.
|
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.clone() |
RestoreTestingSelectionForCreate |
CreateRestoreTestingSelectionRequest.getRestoreTestingSelection()
This consists of
RestoreTestingSelectionName, ProtectedResourceType, and one of the
following: |
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example:
arn:aws:iam::123456789012:role/S3Access. |
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withProtectedResourceArns(Collection<String> protectedResourceArns)
Each protected resource can be filtered by its specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."] or by a wildcard:
ProtectedResourceArns: ["*"], but not both. |
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withProtectedResourceArns(String... protectedResourceArns)
Each protected resource can be filtered by its specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."] or by a wildcard:
ProtectedResourceArns: ["*"], but not both. |
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
If you have included the wildcard in ProtectedResourceArns, you can include resource conditions, such as
ProtectedResourceConditions: { StringEquals: [{ key: "XXXX", value: "YYYY" }]. |
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withProtectedResourceType(String protectedResourceType)
The type of Amazon Web Services resource included in a restore testing selection; for example, an Amazon EBS
volume or an Amazon RDS database.
|
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withRestoreMetadataOverrides(Map<String,String> restoreMetadataOverrides)
You can override certain restore metadata keys by including the parameter
RestoreMetadataOverrides
in the body of RestoreTestingSelection. |
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the unique name of the restore testing selection that belongs to the related restore testing plan.
|
RestoreTestingSelectionForCreate |
RestoreTestingSelectionForCreate.withValidationWindowHours(Integer validationWindowHours)
This is amount of hours (1 to 168) available to run a validation script on the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRestoreTestingSelectionRequest.setRestoreTestingSelection(RestoreTestingSelectionForCreate restoreTestingSelection)
This consists of
RestoreTestingSelectionName, ProtectedResourceType, and one of the
following: |
CreateRestoreTestingSelectionRequest |
CreateRestoreTestingSelectionRequest.withRestoreTestingSelection(RestoreTestingSelectionForCreate restoreTestingSelection)
This consists of
RestoreTestingSelectionName, ProtectedResourceType, and one of the
following: |
Copyright © 2024. All rights reserved.