public static interface ListProtectedResourcesByBackupVaultRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListProtectedResourcesByBackupVaultRequest.Builder,ListProtectedResourcesByBackupVaultRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtectedResourcesByBackupVaultRequest.Builder backupVaultName(String backupVaultName)
This is the list of protected resources by backup vault within the vault(s) you specify by name.
backupVaultName - This is the list of protected resources by backup vault within the vault(s) you specify by name.ListProtectedResourcesByBackupVaultRequest.Builder backupVaultAccountId(String backupVaultAccountId)
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
backupVaultAccountId - This is the list of protected resources by backup vault within the vault(s) you specify by account ID.ListProtectedResourcesByBackupVaultRequest.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.ListProtectedResourcesByBackupVaultRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListProtectedResourcesByBackupVaultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProtectedResourcesByBackupVaultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.