| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.addRestoreMetadataOverridesEntry(String key,
String value)
Add a single RestoreMetadataOverrides entry
|
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.clearRestoreMetadataOverridesEntries()
Removes all the entries added into RestoreMetadataOverrides.
|
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.clone() |
RestoreTestingSelectionForUpdate |
UpdateRestoreTestingSelectionRequest.getRestoreTestingSelection()
To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both.
|
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.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. |
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.withProtectedResourceArns(Collection<String> protectedResourceArns)
You can include a list of specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."] or you can include a wildcard:
ProtectedResourceArns: ["*"], but not both. |
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.withProtectedResourceArns(String... protectedResourceArns)
You can include a list of specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."] or you can include a wildcard:
ProtectedResourceArns: ["*"], but not both. |
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.withProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
A list of conditions that you define for resources in your restore testing plan using tags.
|
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.withRestoreMetadataOverrides(Map<String,String> restoreMetadataOverrides)
You can override certain restore metadata keys by including the parameter
RestoreMetadataOverrides
in the body of RestoreTestingSelection. |
RestoreTestingSelectionForUpdate |
RestoreTestingSelectionForUpdate.withValidationWindowHours(Integer validationWindowHours)
This value represents the time, in hours, data is retained after a restore test so that optional validation can
be completed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRestoreTestingSelectionRequest.setRestoreTestingSelection(RestoreTestingSelectionForUpdate restoreTestingSelection)
To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both.
|
UpdateRestoreTestingSelectionRequest |
UpdateRestoreTestingSelectionRequest.withRestoreTestingSelection(RestoreTestingSelectionForUpdate restoreTestingSelection)
To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both.
|
Copyright © 2024. All rights reserved.