public static interface ListBackupPlansResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListBackupPlansResponse.Builder,ListBackupPlansResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlansResponse.Builder |
backupPlansList(BackupPlansListMember... backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
|
ListBackupPlansResponse.Builder |
backupPlansList(Collection<BackupPlansListMember> backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
|
ListBackupPlansResponse.Builder |
backupPlansList(Consumer<BackupPlansListMember.Builder>... backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
|
ListBackupPlansResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackupPlansResponse.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.ListBackupPlansResponse.Builder backupPlansList(Collection<BackupPlansListMember> backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
backupPlansList - An array of backup plan list items containing metadata about your saved backup plans.ListBackupPlansResponse.Builder backupPlansList(BackupPlansListMember... backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
backupPlansList - An array of backup plan list items containing metadata about your saved backup plans.ListBackupPlansResponse.Builder backupPlansList(Consumer<BackupPlansListMember.Builder>... backupPlansList)
An array of backup plan list items containing metadata about your saved backup plans.
This is a convenience method that creates an instance of theBackupPlansListMember.Builder avoiding the need to
create one manually via BackupPlansListMember.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #backupPlansList(List.
backupPlansList - a consumer that will call methods on
BackupPlansListMember.Builder#backupPlansList(java.util.Collection) Copyright © 2023. All rights reserved.