Interface ListChangedBlocksResponse.Builder

    • Method Detail

      • changedBlocks

        ListChangedBlocksResponse.Builder changedBlocks​(Collection<ChangedBlock> changedBlocks)

        An array of objects containing information about the changed blocks.

        Parameters:
        changedBlocks - An array of objects containing information about the changed blocks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changedBlocks

        ListChangedBlocksResponse.Builder changedBlocks​(ChangedBlock... changedBlocks)

        An array of objects containing information about the changed blocks.

        Parameters:
        changedBlocks - An array of objects containing information about the changed blocks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiryTime

        ListChangedBlocksResponse.Builder expiryTime​(Instant expiryTime)

        The time when the BlockToken expires.

        Parameters:
        expiryTime - The time when the BlockToken expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeSize

        ListChangedBlocksResponse.Builder volumeSize​(Long volumeSize)

        The size of the volume in GB.

        Parameters:
        volumeSize - The size of the volume in GB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockSize

        ListChangedBlocksResponse.Builder blockSize​(Integer blockSize)

        The size of the blocks in the snapshot, in bytes.

        Parameters:
        blockSize - The size of the blocks in the snapshot, in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChangedBlocksResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.