| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.addRestoreMetadataOverridesEntry(String key,
String value)
Add a single RestoreMetadataOverrides entry
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.clearRestoreMetadataOverridesEntries()
Removes all the entries added into RestoreMetadataOverrides.
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.clone() |
RestoreTestingSelectionForGet |
GetRestoreTestingSelectionResult.getRestoreTestingSelection()
Unique name of the restore testing selection.
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withCreationTime(Date creationTime)
The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time
(UTC).
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withCreatorRequestId(String creatorRequestId)
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice.
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.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. |
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withProtectedResourceArns(Collection<String> protectedResourceArns)
You can include specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."] or you
can include a wildcard: ProtectedResourceArns: ["*"], but not both. |
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withProtectedResourceArns(String... protectedResourceArns)
You can include specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."] or you
can include a wildcard: ProtectedResourceArns: ["*"], but not both. |
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withProtectedResourceConditions(ProtectedResourceConditions protectedResourceConditions)
In a resource testing selection, this parameter filters by specific conditions such as
StringEquals
or StringNotEquals. |
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withProtectedResourceType(String protectedResourceType)
The type of Amazon Web Services resource included in a resource testing selection; for example, an Amazon EBS
volume or an Amazon RDS database.
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withRestoreMetadataOverrides(Map<String,String> restoreMetadataOverrides)
You can override certain restore metadata keys by including the parameter
RestoreMetadataOverrides
in the body of RestoreTestingSelection. |
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withRestoreTestingPlanName(String restoreTestingPlanName)
The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.withRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the unique name of the restore testing selection that belongs to the related restore testing plan.
|
RestoreTestingSelectionForGet |
RestoreTestingSelectionForGet.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 |
GetRestoreTestingSelectionResult.setRestoreTestingSelection(RestoreTestingSelectionForGet restoreTestingSelection)
Unique name of the restore testing selection.
|
GetRestoreTestingSelectionResult |
GetRestoreTestingSelectionResult.withRestoreTestingSelection(RestoreTestingSelectionForGet restoreTestingSelection)
Unique name of the restore testing selection.
|
Copyright © 2023. All rights reserved.