public static interface DescribeBackupsRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeBackupsRequest.Builder,DescribeBackupsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBackupsRequest.Builder backupIds(Collection<String> backupIds)
IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs are not found, BackupNotFound will be thrown.
backupIds - 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)
IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs are not found, BackupNotFound will be thrown.
backupIds - 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)
Filters structure. Supported names are file-system-id and backup-type.
filters - Filters structure. Supported names are file-system-id and backup-type.DescribeBackupsRequest.Builder filters(Filter... filters)
Filters structure. Supported names are file-system-id and backup-type.
filters - Filters structure. Supported names are file-system-id and backup-type.DescribeBackupsRequest.Builder filters(Consumer<Filter.Builder>... filters)
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)
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 - 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)
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 - 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.