public static interface ListBackupPlansRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListBackupPlansRequest.Builder,ListBackupPlansRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlansRequest.Builder |
includeDeleted(Boolean includeDeleted)
A Boolean value with a default value of
FALSE that returns deleted backup plans when set to
TRUE. |
ListBackupPlansRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupPlansRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListBackupPlansRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackupPlansRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackupPlansRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in
your list starting at the location pointed to by the next token.ListBackupPlansRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListBackupPlansRequest.Builder includeDeleted(Boolean includeDeleted)
A Boolean value with a default value of FALSE that returns deleted backup plans when set to
TRUE.
includeDeleted - A Boolean value with a default value of FALSE that returns deleted backup plans when set
to TRUE.ListBackupPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBackupPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.