public static interface DescribeBackupsRequest.Builder extends CloudHSMV2Request.Builder, CopyableBuilder<DescribeBackupsRequest.Builder,DescribeBackupsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeBackupsRequest.Builder |
filters(Map<String,? extends Collection<String>> filters)
One or more filters to limit the items returned in the response.
|
DescribeBackupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of backups to return in the response.
|
DescribeBackupsRequest.Builder |
nextToken(String nextToken)
The
NextToken value that you received in the previous response. |
DescribeBackupsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeBackupsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DescribeBackupsRequest.Builder nextToken(String nextToken)
The NextToken
value that you received in the previous response. Use this value to get more
backups.
nextToken
- The NextToken
value that you received in the previous response. Use this value to get
more backups.DescribeBackupsRequest.Builder maxResults(Integer maxResults)
The maximum number of backups to return in the response. When there are more backups than the number you
specify, the response contains a NextToken
value.
maxResults
- The maximum number of backups to return in the response. When there are more backups than the number
you specify, the response contains a NextToken
value.DescribeBackupsRequest.Builder filters(Map<String,? extends Collection<String>> filters)
One or more filters to limit the items returned in the response.
Use the backupIds
filter to return only the specified backups. Specify backups by their backup
identifier (ID).
Use the clusterIds
filter to return only the backups for the specified clusters. Specify
clusters by their cluster identifier (ID).
Use the states
filter to return only backups that match the specified state.
filters
- One or more filters to limit the items returned in the response.
Use the backupIds
filter to return only the specified backups. Specify backups by their
backup identifier (ID).
Use the clusterIds
filter to return only the backups for the specified clusters. Specify
clusters by their cluster identifier (ID).
Use the states
filter to return only backups that match the specified state.
DescribeBackupsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeBackupsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.