Interface ChangedBlock.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ChangedBlock.Builder,,- ChangedBlock> - SdkBuilder<ChangedBlock.Builder,,- ChangedBlock> - SdkPojo
- Enclosing class:
- ChangedBlock
@Mutable
@NotThreadSafe
public static interface ChangedBlock.Builder
extends SdkPojo, CopyableBuilder<ChangedBlock.Builder,ChangedBlock> 
- 
Method SummaryModifier and TypeMethodDescriptionblockIndex(Integer blockIndex) The block index.firstBlockToken(String firstBlockToken) The block token for the block index of theFirstSnapshotIdspecified in theListChangedBlocksoperation.secondBlockToken(String secondBlockToken) The block token for the block index of theSecondSnapshotIdspecified in theListChangedBlocksoperation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
blockIndexThe block index. - Parameters:
- blockIndex- The block index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
firstBlockTokenThe block token for the block index of the FirstSnapshotIdspecified in theListChangedBlocksoperation. 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- FirstSnapshotIdspecified in the- ListChangedBlocksoperation. 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.
 
- 
secondBlockTokenThe block token for the block index of the SecondSnapshotIdspecified in theListChangedBlocksoperation.- Parameters:
- secondBlockToken- The block token for the block index of the- SecondSnapshotIdspecified in the- ListChangedBlocksoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-