public static interface ChangedBlock.Builder extends SdkPojo, CopyableBuilder<ChangedBlock.Builder,ChangedBlock>
| Modifier and Type | Method and Description |
|---|---|
ChangedBlock.Builder |
blockIndex(Integer blockIndex)
The block index.
|
ChangedBlock.Builder |
firstBlockToken(String firstBlockToken)
The block token for the block index of the
FirstSnapshotId specified in the
ListChangedBlocks operation. |
ChangedBlock.Builder |
secondBlockToken(String secondBlockToken)
The block token for the block index of the
SecondSnapshotId specified in the
ListChangedBlocks operation. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangedBlock.Builder blockIndex(Integer blockIndex)
The block index.
blockIndex - The block index.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.
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.ChangedBlock.Builder secondBlockToken(String secondBlockToken)
The block token for the block index of the SecondSnapshotId specified in the
ListChangedBlocks operation.
secondBlockToken - The block token for the block index of the SecondSnapshotId specified in the
ListChangedBlocks operation.Copyright © 2023. All rights reserved.