Interface DescribeProtectedResourceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BackupResponse.Builder, Buildable, CopyableBuilder<DescribeProtectedResourceResponse.Builder,DescribeProtectedResourceResponse>, SdkBuilder<DescribeProtectedResourceResponse.Builder,DescribeProtectedResourceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeProtectedResourceResponse

public static interface DescribeProtectedResourceResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<DescribeProtectedResourceResponse.Builder,DescribeProtectedResourceResponse>
  • Method Details

    • resourceArn

      An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

      Parameters:
      resourceArn - An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.

      Parameters:
      resourceType - The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastBackupTime

      DescribeProtectedResourceResponse.Builder lastBackupTime(Instant lastBackupTime)

      The date and time that 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.

      Parameters:
      lastBackupTime - The date and time that 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceName

      This is the non-unique name of the resource that belongs to the specified backup.

      Parameters:
      resourceName - This is the non-unique name of the resource that belongs to the specified backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.