Interface DescribeBackupAccessPointResponse.Builder

  • Method Details

    • accessPointArn

      DescribeBackupAccessPointResponse.Builder accessPointArn(String accessPointArn)

      The Amazon Resource Name (ARN) that uniquely identifies the backup access point.

      Parameters:
      accessPointArn - The Amazon Resource Name (ARN) that uniquely identifies the backup access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessPointMetadata

      DescribeBackupAccessPointResponse.Builder accessPointMetadata(Map<String,String> accessPointMetadata)

      Metadata for the backup access point. After the backup access point reaches the AVAILABLE status, this map contains S3AccessPointArn and S3AccessPointAlias, which you use with standard Amazon S3 read APIs to access the backup data. For continuous recovery points, this map also contains AccessPointInTime (in format 2021-11-27T03:30:27Z). The access point provides access to the content present in the backup at that specific time.

      Parameters:
      accessPointMetadata - Metadata for the backup access point. After the backup access point reaches the AVAILABLE status, this map contains S3AccessPointArn and S3AccessPointAlias, which you use with standard Amazon S3 read APIs to access the backup data. For continuous recovery points, this map also contains AccessPointInTime (in format 2021-11-27T03:30:27Z). The access point provides access to the content present in the backup at that specific time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backupVaultArn

      DescribeBackupAccessPointResponse.Builder backupVaultArn(String backupVaultArn)

      The Amazon Resource Name (ARN) of the backup vault that contains the recovery point.

      Parameters:
      backupVaultArn - The Amazon Resource Name (ARN) of the backup vault that contains the recovery point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backupVaultName

      DescribeBackupAccessPointResponse.Builder backupVaultName(String backupVaultName)

      The name of the backup vault that contains the recovery point.

      Parameters:
      backupVaultName - The name of the backup vault that contains the recovery point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      The date and time that the backup access point was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

      Parameters:
      creationTime - The date and time that the backup access point was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime 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.
    • name

      The name of the backup access point.

      Parameters:
      name - The name of the backup access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recoveryPointArn

      DescribeBackupAccessPointResponse.Builder recoveryPointArn(String recoveryPointArn)

      The Amazon Resource Name (ARN) of the recovery point that the backup access point provides access to.

      Parameters:
      recoveryPointArn - The Amazon Resource Name (ARN) of the recovery point that the backup access point provides access to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      The Amazon Resource Name (ARN) of the resource that was backed up, such as an Amazon S3 bucket.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the resource that was backed up, such as an Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      The type of Amazon Web Services resource associated with the recovery point. For example, S3 for Amazon Simple Storage Service.

      Parameters:
      resourceType - The type of Amazon Web Services resource associated with the recovery point. For example, S3 for Amazon Simple Storage Service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the backup access point.

      Parameters:
      status - The current status of the backup access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the backup access point.

      Parameters:
      status - The current status of the backup access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      DescribeBackupAccessPointResponse.Builder statusMessage(String statusMessage)

      A message that provides additional detail about the status of the backup access point, such as the reason a creation or deletion attempt failed.

      Parameters:
      statusMessage - A message that provides additional detail about the status of the backup access point, such as the reason a creation or deletion attempt failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.