public static interface ListBackupVaultsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListBackupVaultsResponse.Builder,ListBackupVaultsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBackupVaultsResponse.Builder |
backupVaultList(BackupVaultListMember... backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN),
display name, creation date, number of saved recovery points, and encryption information if the resources
saved in the backup vault are encrypted.
|
ListBackupVaultsResponse.Builder |
backupVaultList(Collection<BackupVaultListMember> backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN),
display name, creation date, number of saved recovery points, and encryption information if the resources
saved in the backup vault are encrypted.
|
ListBackupVaultsResponse.Builder |
backupVaultList(Consumer<BackupVaultListMember.Builder>... backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN),
display name, creation date, number of saved recovery points, and encryption information if the resources
saved in the backup vault are encrypted.
|
ListBackupVaultsResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackupVaultsResponse.Builder backupVaultList(Collection<BackupVaultListMember> backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display name, creation date, number of saved recovery points, and encryption information if the resources saved in the backup vault are encrypted.
backupVaultList - An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN),
display name, creation date, number of saved recovery points, and encryption information if the
resources saved in the backup vault are encrypted.ListBackupVaultsResponse.Builder backupVaultList(BackupVaultListMember... backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display name, creation date, number of saved recovery points, and encryption information if the resources saved in the backup vault are encrypted.
backupVaultList - An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN),
display name, creation date, number of saved recovery points, and encryption information if the
resources saved in the backup vault are encrypted.ListBackupVaultsResponse.Builder backupVaultList(Consumer<BackupVaultListMember.Builder>... backupVaultList)
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display name, creation date, number of saved recovery points, and encryption information if the resources saved in the backup vault are encrypted.
This is a convenience method that creates an instance of theBackupVaultListMember.Builder avoiding the need to
create one manually via BackupVaultListMember.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #backupVaultList(List.
backupVaultList - a consumer that will call methods on
BackupVaultListMember.Builder#backupVaultList(java.util.Collection) ListBackupVaultsResponse.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.Copyright © 2023. All rights reserved.