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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #recoveryPoints(List) .recoveryPoints - a consumer that will call methods on List.Builder #recoveryPoints(List) Copyright © 2021. All rights reserved.