public static interface ListRecoveryPointsByBackupVaultResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListRecoveryPointsByBackupVaultResponse.Builder,ListRecoveryPointsByBackupVaultResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByBackupVaultResponse.Builder |
recoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResponse.Builder |
recoveryPoints(Consumer<RecoveryPointByBackupVault.Builder>... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResponse.Builder |
recoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecoveryPointsByBackupVaultResponse.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.ListRecoveryPointsByBackupVaultResponse.Builder recoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
recoveryPoints - An array of objects that contain detailed information about recovery points saved in a backup vault.ListRecoveryPointsByBackupVaultResponse.Builder recoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
recoveryPoints - An array of objects that contain detailed information about recovery points saved in a backup vault.ListRecoveryPointsByBackupVaultResponse.Builder recoveryPoints(Consumer<RecoveryPointByBackupVault.Builder>... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
This is a convenience method that creates an instance of theRecoveryPointByBackupVault.Builder avoiding the need to
create one manually via
RecoveryPointByBackupVault.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #recoveryPoints(List.
recoveryPoints - a consumer that will call methods on
RecoveryPointByBackupVault.Builder#recoveryPoints(java.util.Collection) Copyright © 2023. All rights reserved.