public static interface ListBackupVaultsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListBackupVaultsRequest.Builder,ListBackupVaultsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBackupVaultsRequest.Builder |
byShared(Boolean byShared)
This parameter will sort the list of vaults by shared vaults.
|
ListBackupVaultsRequest.Builder |
byVaultType(String byVaultType)
This parameter will sort the list of vaults by vault type.
|
ListBackupVaultsRequest.Builder |
byVaultType(VaultType byVaultType)
This parameter will sort the list of vaults by vault type.
|
ListBackupVaultsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupVaultsRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListBackupVaultsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackupVaultsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackupVaultsRequest.Builder byVaultType(String byVaultType)
This parameter will sort the list of vaults by vault type.
ListBackupVaultsRequest.Builder byVaultType(VaultType byVaultType)
This parameter will sort the list of vaults by vault type.
ListBackupVaultsRequest.Builder byShared(Boolean byShared)
This parameter will sort the list of vaults by shared vaults.
byShared - This parameter will sort the list of vaults by shared vaults.ListBackupVaultsRequest.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.ListBackupVaultsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListBackupVaultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBackupVaultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.