Interface DescribeBackupsResponse.Builder

    • Method Detail

      • backups

        DescribeBackupsResponse.Builder backups​(Collection<Backup> backups)

        An array of backups.

        Parameters:
        backups - An array of backups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backups

        DescribeBackupsResponse.Builder backups​(Backup... backups)

        An array of backups.

        Parameters:
        backups - An array of backups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeBackupsResponse.Builder nextToken​(String nextToken)

        A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.

        Parameters:
        nextToken - A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.