public static interface ListBackupsResponse.Builder extends DynamoDbResponse.Builder, CopyableBuilder<ListBackupsResponse.Builder,ListBackupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBackupsResponse.Builder |
backupSummaries(BackupSummary... backupSummaries)
List of
BackupSummary objects. |
ListBackupsResponse.Builder |
backupSummaries(Collection<BackupSummary> backupSummaries)
List of
BackupSummary objects. |
ListBackupsResponse.Builder |
backupSummaries(Consumer<BackupSummary.Builder>... backupSummaries)
List of
BackupSummary objects. |
ListBackupsResponse.Builder |
lastEvaluatedBackupArn(String lastEvaluatedBackupArn)
Last evaluated BackupARN.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListBackupsResponse.Builder backupSummaries(Collection<BackupSummary> backupSummaries)
List of BackupSummary objects.
backupSummaries - List of BackupSummary objects.ListBackupsResponse.Builder backupSummaries(BackupSummary... backupSummaries)
List of BackupSummary objects.
backupSummaries - List of BackupSummary objects.ListBackupsResponse.Builder backupSummaries(Consumer<BackupSummary.Builder>... backupSummaries)
List of BackupSummary objects.
List.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 #backupSummaries(List) .backupSummaries - a consumer that will call methods on List.Builder #backupSummaries(List) ListBackupsResponse.Builder lastEvaluatedBackupArn(String lastEvaluatedBackupArn)
Last evaluated BackupARN.
lastEvaluatedBackupArn - Last evaluated BackupARN.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.