static RestoreTestingSelectionForUpdate.Builder |
RestoreTestingSelectionForUpdate.builder() |
|
RestoreTestingSelectionForUpdate.Builder |
RestoreTestingSelectionForUpdate.Builder.iamRoleArn(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.Builder |
RestoreTestingSelectionForUpdate.Builder.protectedResourceArns(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.Builder |
RestoreTestingSelectionForUpdate.Builder.protectedResourceArns(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.
|
default RestoreTestingSelectionForUpdate.Builder |
RestoreTestingSelectionForUpdate.Builder.protectedResourceConditions(Consumer<ProtectedResourceConditions.Builder> protectedResourceConditions) |
A list of conditions that you define for resources in your restore testing plan using tags.
|
RestoreTestingSelectionForUpdate.Builder |
RestoreTestingSelectionForUpdate.Builder.protectedResourceConditions(ProtectedResourceConditions protectedResourceConditions) |
A list of conditions that you define for resources in your restore testing plan using tags.
|
RestoreTestingSelectionForUpdate.Builder |
RestoreTestingSelectionForUpdate.Builder.restoreMetadataOverrides(Map<String,String> restoreMetadataOverrides) |
You can override certain restore metadata keys by including the parameter
RestoreMetadataOverrides in the body of RestoreTestingSelection.
|
RestoreTestingSelectionForUpdate.Builder |
RestoreTestingSelectionForUpdate.toBuilder() |
|
RestoreTestingSelectionForUpdate.Builder |
RestoreTestingSelectionForUpdate.Builder.validationWindowHours(Integer validationWindowHours) |
This value represents the time, in hours, data is retained after a restore test so that optional validation
can be completed.
|