public static interface DescribeBackupsRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeBackupsRequest.Builder,DescribeBackupsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeBackupsRequest.Builder |
backupIds(Collection<String> backupIds)
(Optional) IDs of the backups you want to retrieve (String).
|
DescribeBackupsRequest.Builder |
backupIds(String... backupIds)
(Optional) IDs of the backups you want to retrieve (String).
|
DescribeBackupsRequest.Builder |
filters(Collection<Filter> filters)
(Optional) Filters structure.
|
DescribeBackupsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
(Optional) Filters structure.
|
DescribeBackupsRequest.Builder |
filters(Filter... filters)
(Optional) Filters structure.
|
DescribeBackupsRequest.Builder |
maxResults(Integer maxResults)
(Optional) Maximum number of backups to return in the response (integer).
|
DescribeBackupsRequest.Builder |
nextToken(String nextToken)
(Optional) Opaque pagination token returned from a previous
DescribeBackups operation (String). |
DescribeBackupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeBackupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeBackupsRequest.Builder backupIds(Collection<String> backupIds)
(Optional) IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs are not found, BackupNotFound will be thrown.
backupIds
- (Optional) IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs
are not found, BackupNotFound will be thrown.DescribeBackupsRequest.Builder backupIds(String... backupIds)
(Optional) IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs are not found, BackupNotFound will be thrown.
backupIds
- (Optional) IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs
are not found, BackupNotFound will be thrown.DescribeBackupsRequest.Builder filters(Collection<Filter> filters)
(Optional) Filters structure. Supported names are file-system-id and backup-type.
filters
- (Optional) Filters structure. Supported names are file-system-id and backup-type.DescribeBackupsRequest.Builder filters(Filter... filters)
(Optional) Filters structure. Supported names are file-system-id and backup-type.
filters
- (Optional) Filters structure. Supported names are file-system-id and backup-type.DescribeBackupsRequest.Builder filters(Consumer<Filter.Builder>... filters)
(Optional) Filters structure. Supported names are file-system-id and backup-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 #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
DescribeBackupsRequest.Builder maxResults(Integer maxResults)
(Optional) Maximum number of backups to return in the response (integer). This parameter value must be
greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults
parameter specified in the request and the service's internal maximum number of items per page.
maxResults
- (Optional) Maximum number of backups to return in the response (integer). This parameter value must be
greater than 0. The number of items that Amazon FSx returns is the minimum of the
MaxResults
parameter specified in the request and the service's internal maximum number
of items per page.DescribeBackupsRequest.Builder nextToken(String nextToken)
(Optional) Opaque pagination token returned from a previous DescribeBackups
operation (String).
If a token present, the action continues the list from where the returning call left off.
nextToken
- (Optional) Opaque pagination token returned from a previous DescribeBackups
operation
(String). If a token present, the action continues the list from where the returning call left off.DescribeBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.