public static interface ListRecoveryPointsByBackupVaultRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListRecoveryPointsByBackupVaultRequest.Builder,ListRecoveryPointsByBackupVaultRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultRequest.Builder |
backupVaultAccountId(String backupVaultAccountId)
This parameter will sort the list of recovery points by account ID.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
byBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
byCreatedAfter(Instant byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
byCreatedBefore(Instant byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
byParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource
Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest.Builder |
byResourceArn(String byResourceArn)
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest.Builder |
byResourceType(String byResourceType)
Returns only recovery points that match the specified resource type.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecoveryPointsByBackupVaultRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecoveryPointsByBackupVaultRequest.Builder backupVaultName(String backupVaultName)
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. They consist of lowercase letters, numbers, and hyphens.
Backup vault name might not be available when a supported service creates the backup.
backupVaultName - 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. They consist of lowercase letters, numbers, and hyphens. Backup vault name might not be available when a supported service creates the backup.
ListRecoveryPointsByBackupVaultRequest.Builder backupVaultAccountId(String backupVaultAccountId)
This parameter will sort the list of recovery points by account ID.
backupVaultAccountId - This parameter will sort the list of recovery points by account ID.ListRecoveryPointsByBackupVaultRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in
your list starting at the location pointed to by the next token.ListRecoveryPointsByBackupVaultRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListRecoveryPointsByBackupVaultRequest.Builder byResourceArn(String byResourceArn)
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
byResourceArn - Returns only recovery points that match the specified resource Amazon Resource Name (ARN).ListRecoveryPointsByBackupVaultRequest.Builder byResourceType(String byResourceType)
Returns only recovery points that match the specified resource type.
byResourceType - Returns only recovery points that match the specified resource type.ListRecoveryPointsByBackupVaultRequest.Builder byBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
byBackupPlanId - Returns only recovery points that match the specified backup plan ID.ListRecoveryPointsByBackupVaultRequest.Builder byCreatedBefore(Instant byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
byCreatedBefore - Returns only recovery points that were created before the specified timestamp.ListRecoveryPointsByBackupVaultRequest.Builder byCreatedAfter(Instant byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
byCreatedAfter - Returns only recovery points that were created after the specified timestamp.ListRecoveryPointsByBackupVaultRequest.Builder byParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).
byParentRecoveryPointArn - This returns only recovery points that match the specified parent (composite) recovery point Amazon
Resource Name (ARN).ListRecoveryPointsByBackupVaultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecoveryPointsByBackupVaultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.