public static interface DescribeBackupsRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeBackupsRequest.Builder,DescribeBackupsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBackupsRequest.Builder backupIds(Collection<String> backupIds)
The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any IDs
aren't found, a BackupNotFound error occurs.
backupIds - The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any
IDs aren't found, a BackupNotFound error occurs.DescribeBackupsRequest.Builder backupIds(String... backupIds)
The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any IDs
aren't found, a BackupNotFound error occurs.
backupIds - The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any
IDs aren't found, a BackupNotFound error occurs.DescribeBackupsRequest.Builder filters(Collection<Filter> filters)
The filters structure. The supported names are file-system-id, backup-type,
file-system-type, and volume-id.
filters - The filters structure. The supported names are file-system-id, backup-type,
file-system-type, and volume-id.DescribeBackupsRequest.Builder filters(Filter... filters)
The filters structure. The supported names are file-system-id, backup-type,
file-system-type, and volume-id.
filters - The filters structure. The supported names are file-system-id, backup-type,
file-system-type, and volume-id.DescribeBackupsRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters structure. The supported names are file-system-id, backup-type,
file-system-type, and volume-id.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeBackupsRequest.Builder maxResults(Integer maxResults)
Maximum number of backups to return in the response. 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. 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)
An opaque pagination token returned from a previous DescribeBackups operation. If a token is
present, the operation continues the list from where the returning call left off.
nextToken - An opaque pagination token returned from a previous DescribeBackups operation. If a token
is present, the operation 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 © 2023. All rights reserved.