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