Interface ListBackupVaultsRequest.Builder

    • Method Detail

      • 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:
        VaultType, VaultType
      • 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:
        VaultType, VaultType
      • byShared

        ListBackupVaultsRequest.Builder byShared​(Boolean 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

        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.

        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.