public static interface DescribeBackupsResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeBackupsResponse.Builder,DescribeBackupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsResponse.Builder |
backups(Backup... backups)
Any array of backups.
|
DescribeBackupsResponse.Builder |
backups(Collection<Backup> backups)
Any array of backups.
|
DescribeBackupsResponse.Builder |
backups(Consumer<Backup.Builder>... backups)
Any array of backups.
|
DescribeBackupsResponse.Builder |
nextToken(String nextToken)
This is present if there are more backups than returned in the response (String).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeBackupsResponse.Builder backups(Collection<Backup> backups)
Any array of backups.
backups - Any array of backups.DescribeBackupsResponse.Builder backups(Backup... backups)
Any array of backups.
backups - Any array of backups.DescribeBackupsResponse.Builder backups(Consumer<Backup.Builder>... backups)
Any array of backups.
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 #backups(List) .backups - a consumer that will call methods on List.Builder #backups(List) DescribeBackupsResponse.Builder nextToken(String nextToken)
This is present if there are more backups than returned in the response (String). You can use the
NextToken value in the later request to fetch the backups.
nextToken - This is present if there are more backups than returned in the response (String). You can use the
NextToken value in the later request to fetch the backups.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.