// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListRecoveryPointsByBackupVault`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`backup_vault_name(impl Into<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::backup_vault_name) / [`set_backup_vault_name(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_backup_vault_name):<br>required: **true**<br><p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.</p><note> <p>Backup vault name might not be available when a supported service creates the backup.</p> </note><br>
/// - [`backup_vault_account_id(impl Into<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::backup_vault_account_id) / [`set_backup_vault_account_id(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_backup_vault_account_id):<br>required: **false**<br><p>This parameter will sort the list of recovery points by account ID.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_next_token):<br>required: **false**<br><p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p><br>
/// - [`max_results(i32)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of items to be returned.</p><br>
/// - [`by_resource_arn(impl Into<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::by_resource_arn) / [`set_by_resource_arn(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_by_resource_arn):<br>required: **false**<br><p>Returns only recovery points that match the specified resource Amazon Resource Name (ARN).</p><br>
/// - [`by_resource_type(impl Into<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::by_resource_type) / [`set_by_resource_type(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_by_resource_type):<br>required: **false**<br><p>Returns only recovery points that match the specified resource type(s):</p> <ul> <li> <p><code>Aurora</code> for Amazon Aurora</p></li> <li> <p><code>CloudFormation</code> for CloudFormation</p></li> <li> <p><code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p></li> <li> <p><code>DynamoDB</code> for Amazon DynamoDB</p></li> <li> <p><code>EBS</code> for Amazon Elastic Block Store</p></li> <li> <p><code>EC2</code> for Amazon Elastic Compute Cloud</p></li> <li> <p><code>EFS</code> for Amazon Elastic File System</p></li> <li> <p><code>EKS</code> for Amazon Elastic Kubernetes Service</p></li> <li> <p><code>FSx</code> for Amazon FSx</p></li> <li> <p><code>Neptune</code> for Amazon Neptune</p></li> <li> <p><code>RDS</code> for Amazon Relational Database Service</p></li> <li> <p><code>Redshift</code> for Amazon Redshift</p></li> <li> <p><code>S3</code> for Amazon Simple Storage Service (Amazon S3)</p></li> <li> <p><code>SAP HANA on Amazon EC2</code> for SAP HANA databases on Amazon Elastic Compute Cloud instances</p></li> <li> <p><code>Storage Gateway</code> for Storage Gateway</p></li> <li> <p><code>Timestream</code> for Amazon Timestream</p></li> <li> <p><code>VirtualMachine</code> for VMware virtual machines</p></li> </ul><br>
/// - [`by_backup_plan_id(impl Into<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::by_backup_plan_id) / [`set_by_backup_plan_id(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_by_backup_plan_id):<br>required: **false**<br><p>Returns only recovery points that match the specified backup plan ID.</p><br>
/// - [`by_created_before(DateTime)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::by_created_before) / [`set_by_created_before(Option<DateTime>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_by_created_before):<br>required: **false**<br><p>Returns only recovery points that were created before the specified timestamp.</p><br>
/// - [`by_created_after(DateTime)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::by_created_after) / [`set_by_created_after(Option<DateTime>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_by_created_after):<br>required: **false**<br><p>Returns only recovery points that were created after the specified timestamp.</p><br>
/// - [`by_parent_recovery_point_arn(impl Into<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::by_parent_recovery_point_arn) / [`set_by_parent_recovery_point_arn(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::set_by_parent_recovery_point_arn):<br>required: **false**<br><p>This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).</p><br>
/// - On success, responds with [`ListRecoveryPointsByBackupVaultOutput`](crate::operation::list_recovery_points_by_backup_vault::ListRecoveryPointsByBackupVaultOutput) with field(s):
/// - [`next_token(Option<String>)`](crate::operation::list_recovery_points_by_backup_vault::ListRecoveryPointsByBackupVaultOutput::next_token): <p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
/// - [`recovery_points(Option<Vec::<RecoveryPointByBackupVault>>)`](crate::operation::list_recovery_points_by_backup_vault::ListRecoveryPointsByBackupVaultOutput::recovery_points): <p>An array of objects that contain detailed information about recovery points saved in a backup vault.</p>
/// - On failure, responds with [`SdkError<ListRecoveryPointsByBackupVaultError>`](crate::operation::list_recovery_points_by_backup_vault::ListRecoveryPointsByBackupVaultError)
pub fn list_recovery_points_by_backup_vault(
&self,
) -> crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder {
crate::operation::list_recovery_points_by_backup_vault::builders::ListRecoveryPointsByBackupVaultFluentBuilder::new(self.handle.clone())
}
}