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.
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.
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.
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 #recoveryPoints(List) .recoveryPoints - a consumer that will call methods on List.Builder #recoveryPoints(List) Copyright © 2021. All rights reserved.