public static interface DescribeBackupsResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeBackupsResponse.Builder,DescribeBackupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsResponse.Builder |
backups(Backup... backups)
An array of backups.
|
DescribeBackupsResponse.Builder |
backups(Collection<Backup> backups)
An array of backups.
|
DescribeBackupsResponse.Builder |
backups(Consumer<Backup.Builder>... backups)
An array of backups.
|
DescribeBackupsResponse.Builder |
nextToken(String nextToken)
A
NextToken value is present if there are more backups than returned in the response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBackupsResponse.Builder backups(Collection<Backup> backups)
An array of backups.
backups - An array of backups.DescribeBackupsResponse.Builder backups(Backup... backups)
An array of backups.
backups - An array of backups.DescribeBackupsResponse.Builder backups(Consumer<Backup.Builder>... backups)
An array of backups.
This is a convenience method that creates an instance of theBackup.Builder avoiding the need to create one manually via
Backup.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #backups(List.
backups - a consumer that will call methods on Backup.Builder#backups(java.util.Collection) DescribeBackupsResponse.Builder nextToken(String nextToken)
A NextToken value is present if there are more backups than returned in the response. You can
use the NextToken value in the subsequent request to fetch the backups.
nextToken - A NextToken value is present if there are more backups than returned in the response. You
can use the NextToken value in the subsequent request to fetch the backups.Copyright © 2023. All rights reserved.