public static interface GetSnapshotBlockRequest.Builder extends EbsRequest.Builder, SdkPojo, CopyableBuilder<GetSnapshotBlockRequest.Builder,GetSnapshotBlockRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotBlockRequest.Builder |
blockIndex(Integer blockIndex)
The block index of the block from which to get data.
|
GetSnapshotBlockRequest.Builder |
blockToken(String blockToken)
The block token of the block from which to get data.
|
GetSnapshotBlockRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSnapshotBlockRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSnapshotBlockRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSnapshotBlockRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
snapshotId - The ID of the snapshot containing the block from which to get data.GetSnapshotBlockRequest.Builder blockIndex(Integer blockIndex)
The block index of the block from which to get data.
Obtain the BlockIndex by running the ListChangedBlocks or
ListSnapshotBlocks operations.
blockIndex - The block index of the block from which to get data.
Obtain the BlockIndex by running the ListChangedBlocks or
ListSnapshotBlocks operations.
GetSnapshotBlockRequest.Builder blockToken(String blockToken)
The block token of the block from which to get data.
Obtain the BlockToken by running the ListChangedBlocks or
ListSnapshotBlocks operations.
blockToken - The block token of the block from which to get data.
Obtain the BlockToken by running the ListChangedBlocks or
ListSnapshotBlocks operations.
GetSnapshotBlockRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSnapshotBlockRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.