public static interface ListRecoveryPointsByResourceResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListRecoveryPointsByResourceResponse.Builder,ListRecoveryPointsByResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByResourceResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByResourceResponse.Builder |
recoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
ListRecoveryPointsByResourceResponse.Builder |
recoveryPoints(Consumer<RecoveryPointByResource.Builder>... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
ListRecoveryPointsByResourceResponse.Builder |
recoveryPoints(RecoveryPointByResource... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecoveryPointsByResourceResponse.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.ListRecoveryPointsByResourceResponse.Builder recoveryPoints(Collection<RecoveryPointByResource> recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
recoveryPoints - An array of objects that contain detailed information about recovery points of the specified resource
type. Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
ListRecoveryPointsByResourceResponse.Builder recoveryPoints(RecoveryPointByResource... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
recoveryPoints - An array of objects that contain detailed information about recovery points of the specified resource
type. Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
ListRecoveryPointsByResourceResponse.Builder recoveryPoints(Consumer<RecoveryPointByResource.Builder>... recoveryPoints)
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
RecoveryPointByResource.Builder avoiding the need to
create one manually via
RecoveryPointByResource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #recoveryPoints(List.
recoveryPoints - a consumer that will call methods on
RecoveryPointByResource.Builder#recoveryPoints(java.util.Collection) Copyright © 2023. All rights reserved.