Interface ListBackupVaultsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, BackupRequest.Builder, Buildable, CopyableBuilder<ListBackupVaultsRequest.Builder,ListBackupVaultsRequest>, SdkBuilder<ListBackupVaultsRequest.Builder,ListBackupVaultsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListBackupVaultsRequest

public static interface ListBackupVaultsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListBackupVaultsRequest.Builder,ListBackupVaultsRequest>
  • Method Details

    • byVaultType

      ListBackupVaultsRequest.Builder byVaultType(String byVaultType)

      This parameter will sort the list of vaults by vault type.

      Parameters:
      byVaultType - This parameter will sort the list of vaults by vault type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • byVaultType

      ListBackupVaultsRequest.Builder byVaultType(VaultType byVaultType)

      This parameter will sort the list of vaults by vault type.

      Parameters:
      byVaultType - This parameter will sort the list of vaults by vault type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • byShared

      This parameter will sort the list of vaults by shared vaults.

      Parameters:
      byShared - This parameter will sort the list of vaults by shared vaults.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListBackupVaultsRequest.Builder maxResults(Integer maxResults)

      The maximum number of items to be returned.

      Parameters:
      maxResults - The maximum number of items to be returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListBackupVaultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.