public static interface ListBackupSelectionsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListBackupSelectionsRequest.Builder,ListBackupSelectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBackupSelectionsRequest.Builder |
backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
ListBackupSelectionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupSelectionsRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListBackupSelectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackupSelectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackupSelectionsRequest.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.ListBackupSelectionsRequest.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.ListBackupSelectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListBackupSelectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBackupSelectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.