Interface DescribeBackupAccessPointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<DescribeBackupAccessPointResponse.Builder,,DescribeBackupAccessPointResponse> SdkBuilder<DescribeBackupAccessPointResponse.Builder,,DescribeBackupAccessPointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeBackupAccessPointResponse
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The Amazon Resource Name (ARN) that uniquely identifies the backup access point.accessPointMetadata(Map<String, String> accessPointMetadata) Metadata for the backup access point.backupVaultArn(String backupVaultArn) The Amazon Resource Name (ARN) of the backup vault that contains the recovery point.backupVaultName(String backupVaultName) The name of the backup vault that contains the recovery point.creationTime(Instant creationTime) The date and time that the backup access point was created, in Unix format and Coordinated Universal Time (UTC).The name of the backup access point.recoveryPointArn(String recoveryPointArn) The Amazon Resource Name (ARN) of the recovery point that the backup access point provides access to.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource that was backed up, such as an Amazon S3 bucket.resourceType(String resourceType) The type of Amazon Web Services resource associated with the recovery point.The current status of the backup access point.status(AccessPointStatus status) The current status of the backup access point.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.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
AVAILABLEstatus, this map containsS3AccessPointArnandS3AccessPointAlias, which you use with standard Amazon S3 read APIs to access the backup data. For continuous recovery points, this map also containsAccessPointInTime(in format2021-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 theAVAILABLEstatus, this map containsS3AccessPointArnandS3AccessPointAlias, which you use with standard Amazon S3 read APIs to access the backup data. For continuous recovery points, this map also containsAccessPointInTime(in format2021-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
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
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
CreationTimeis 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 ofCreationTimeis 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
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,
S3for Amazon Simple Storage Service.- Parameters:
resourceType- The type of Amazon Web Services resource associated with the recovery point. For example,S3for 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
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.
-