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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangedBlock.BuilderblockIndex(Integer blockIndex)The block index.ChangedBlock.BuilderfirstBlockToken(String firstBlockToken)The block token for the block index of theFirstSnapshotIdspecified in theListChangedBlocksoperation.ChangedBlock.BuildersecondBlockToken(String secondBlockToken)The block token for the block index of theSecondSnapshotIdspecified in theListChangedBlocksoperation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
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 theFirstSnapshotIdspecified in theListChangedBlocksoperation. 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
SecondSnapshotIdspecified in theListChangedBlocksoperation.- Parameters:
secondBlockToken- The block token for the block index of theSecondSnapshotIdspecified in theListChangedBlocksoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-