Interface ChangedBlock.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ChangedBlock.Builder,ChangedBlock>, SdkBuilder<ChangedBlock.Builder,ChangedBlock>, SdkPojo
Enclosing class:
ChangedBlock

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

    • 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.