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 method that creates an instance of theBackupPlanTemplatesListMember.Builder avoiding the need
to create one manually via
BackupPlanTemplatesListMember.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #backupPlanTemplatesList(List.
backupPlanTemplatesList - a consumer that will call methods on
BackupPlanTemplatesListMember.Builder#backupPlanTemplatesList(java.util.Collection) Copyright © 2023. All rights reserved.