public static interface ListBackupPlanVersionsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListBackupPlanVersionsResponse.Builder,ListBackupPlanVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlanVersionsResponse.Builder |
backupPlanVersionsList(BackupPlansListMember... backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
ListBackupPlanVersionsResponse.Builder |
backupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
ListBackupPlanVersionsResponse.Builder |
backupPlanVersionsList(Consumer<BackupPlansListMember.Builder>... backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
|
ListBackupPlanVersionsResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackupPlanVersionsResponse.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.ListBackupPlanVersionsResponse.Builder backupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
backupPlanVersionsList - An array of version list items containing metadata about your backup plans.ListBackupPlanVersionsResponse.Builder backupPlanVersionsList(BackupPlansListMember... backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
backupPlanVersionsList - An array of version list items containing metadata about your backup plans.ListBackupPlanVersionsResponse.Builder backupPlanVersionsList(Consumer<BackupPlansListMember.Builder>... backupPlanVersionsList)
An array of version list items containing metadata about your backup plans.
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 #backupPlanVersionsList(List) .backupPlanVersionsList - a consumer that will call methods on List.Builder #backupPlanVersionsList(List) Copyright © 2021. All rights reserved.