public static interface ListProtectedResourcesByBackupVaultResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListProtectedResourcesByBackupVaultResponse.Builder,ListProtectedResourcesByBackupVaultResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProtectedResourcesByBackupVaultResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListProtectedResourcesByBackupVaultResponse.Builder |
results(Collection<ProtectedResource> results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
|
ListProtectedResourcesByBackupVaultResponse.Builder |
results(Consumer<ProtectedResource.Builder>... results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
|
ListProtectedResourcesByBackupVaultResponse.Builder |
results(ProtectedResource... results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtectedResourcesByBackupVaultResponse.Builder results(Collection<ProtectedResource> results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
results - These are the results returned for the request ListProtectedResourcesByBackupVault.ListProtectedResourcesByBackupVaultResponse.Builder results(ProtectedResource... results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
results - These are the results returned for the request ListProtectedResourcesByBackupVault.ListProtectedResourcesByBackupVaultResponse.Builder results(Consumer<ProtectedResource.Builder>... results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
This is a convenience method that creates an instance of theProtectedResource.Builder avoiding the need to create
one manually via ProtectedResource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #results(List.
results - a consumer that will call methods on
ProtectedResource.Builder#results(java.util.Collection) ListProtectedResourcesByBackupVaultResponse.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.Copyright © 2023. All rights reserved.