Interface ChangedBlock.Builder

    • Method Detail

      • blockIndex

        ChangedBlock.Builder blockIndex​(Integer blockIndex)

        The block index.

        Parameters:
        blockIndex - The block index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstBlockToken

        ChangedBlock.Builder firstBlockToken​(String firstBlockToken)

        The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.

        Parameters:
        firstBlockToken - The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secondBlockToken

        ChangedBlock.Builder secondBlockToken​(String secondBlockToken)

        The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.

        Parameters:
        secondBlockToken - The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.