public static interface ProtectedResource.Builder extends SdkPojo, CopyableBuilder<ProtectedResource.Builder,ProtectedResource>
| Modifier and Type | Method and Description |
|---|---|
ProtectedResource.Builder |
lastBackupTime(Instant lastBackupTime)
The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC).
|
ProtectedResource.Builder |
resourceArn(String resourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
ProtectedResource.Builder |
resourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
ProtectedResource.Builder |
resourceType(String resourceType)
The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectedResource.Builder resourceArn(String resourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
resourceArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on
the resource type.ProtectedResource.Builder resourceType(String resourceType)
The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
resourceType - The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy
Service (VSS) backups, the only supported resource type is Amazon EC2.ProtectedResource.Builder lastBackupTime(Instant lastBackupTime)
The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The
value of LastBackupTime is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
lastBackupTime - The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC).
The value of LastBackupTime is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.ProtectedResource.Builder resourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
resourceName - This is the non-unique name of the resource that belongs to the specified backup.Copyright © 2023. All rights reserved.