static RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.builder() |
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.creationTime(Instant creationTime) |
The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time
(UTC).
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.creatorRequestId(String creatorRequestId) |
This identifies the request and allows failed requests to be retried without the risk of running the
operation twice.
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.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.
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.protectedResourceArns(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.Builder |
RestoreTestingSelectionForGet.Builder.protectedResourceArns(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.
|
default RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.protectedResourceConditions(Consumer<ProtectedResourceConditions.Builder> protectedResourceConditions) |
In a resource testing selection, this parameter filters by specific conditions such as
StringEquals or StringNotEquals.
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.protectedResourceConditions(ProtectedResourceConditions protectedResourceConditions) |
In a resource testing selection, this parameter filters by specific conditions such as
StringEquals or StringNotEquals.
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.protectedResourceType(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.Builder |
RestoreTestingSelectionForGet.Builder.restoreMetadataOverrides(Map<String,String> restoreMetadataOverrides) |
You can override certain restore metadata keys by including the parameter
RestoreMetadataOverrides in the body of RestoreTestingSelection.
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.restoreTestingPlanName(String restoreTestingPlanName) |
The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.restoreTestingSelectionName(String restoreTestingSelectionName) |
This is the unique name of the restore testing selection that belongs to the related restore testing plan.
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.toBuilder() |
|
RestoreTestingSelectionForGet.Builder |
RestoreTestingSelectionForGet.Builder.validationWindowHours(Integer validationWindowHours) |
This is amount of hours (1 to 168) available to run a validation script on the data.
|