static RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.builder() |
|
RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.Builder.creationTime(Instant creationTime) |
This is the date and time that a restore testing selection was created, in Unix format and Coordinated
Universal Time (UTC).
|
RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.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.
|
RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.Builder.protectedResourceType(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.
|
RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.Builder.restoreTestingPlanName(String restoreTestingPlanName) |
Unique string that is the name of the restore testing plan.
|
RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.Builder.restoreTestingSelectionName(String restoreTestingSelectionName) |
Unique name of a restore testing selection.
|
RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.toBuilder() |
|
RestoreTestingSelectionForList.Builder |
RestoreTestingSelectionForList.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.
|