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